JavaScript Tutorials

This page provides links to JavaScript tutorials on the Internet.


Dates

Title Description
Working with JavaScript Dates A very detailed tutorial on using data functions with JavaScript. Site: http://www.elated.com

JQuery

Title Description
Ajax: JQuery Ajax Tutorial A tutorial on using JQuery Ajax with PHP.
Forms: Get and set Form values Simple explanation of how to set and change values in an HTML form.. Site: http://www.electrictoolbox.com
Search: Search Text Highlighting with JQuery Learn how to search text in a page and highlight any matches with JQuery.
Upload: Multiple File Upload with JQuery Upload multiple files with JQuery.

Strings

Title Description
String replace function Replacing all the occurences of a substring in a string using the replace() function and Regex. Site: http://www.tizag.com
Splitting a String How to you the Javascript split() fuction. Site: http://www.tizag.com