|
|
|
27
The basic framework of an Ajax-enabled web page. The following JavaScript shows how to send a request for an XML file and how to receive that request. Of course, in a real life scenario, you'll have to implement better error trapping and actually do something with the XML that gets returned.
10
Gets the rightmost substring, of the specified length, from a String object.
9
svachon
Gets a regular expression that'll search for any regexp pattern specified in the parameters.
34
Gives you the ability to dynamically include a CSS file at any time in your HTML page using Javascript.
16
Here's a library to manage CSS class names on DOM elements.
9
This code will remove specified no of elements in an js array , from the beggining of it.
5
This code snippet will validate an IP Address (IP v4).
return true if the ip address is valid. Else false.
return true if the ip address is valid. Else false.
8
Alternate row coloring using javascript
8
check if a function exists in your code using javascript before calling it.
16
List all plugins installed in FF







