Javascript Utility Classes & Functions
0
Updated over 4 years ago (08 Jul 2008 at 12:28 AM)
recent activity
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) |
Methods to parse an url, add query parameters, and/or return the raw location or parameters portions of the url....
Toggles element off and on, between display:none and display:''....
A quick method to see if a string starts with another string. A little nicer than checking if index is zero every time....
Add a Comment