JSL
From Projects Wiki
JSL is a JavaScript Library based on jQuery
[edit] Classes
- JSL.number
- This holds the number based operations. I am not sure why I have included this in the main code base - it don't have a lot of practical uses.
- JSL.ajax
- This class has all the ajax functions
- JSL.array
- Handles all the array related functions.
- JSL.dom
- This class has all the DOM manipulation functions.
- JSL.event
- All the event related functions are in this class.

