Javascript Utility Classes & Functions
Javascript helper classes and functions.
Most, if not all, require mootools, as that is what we use at iCapsid.
Contents
|
|
|
native class extension | (3) |
|
|
string | (2) |
|
|
element | (1) |
|
|
parsing | (1) |
|
|
url | (1) |
Snippets
A quick method to see if a string starts with another string. A little nicer than checking if index is zero every time....
Toggles element off and on, between display:none and display:''....
Methods to parse an url, add query parameters, and/or return the raw location or parameters portions of the url....
Add a Comment