Profile
Achievement
freelancephp's Recent SnippetsTagged js
- All /
« Prev 1 Next »
jLim is a small JavaScript base code. It can be used to built your own JavaScript library or framework.
0
919
posted 13 years ago by freelancephp
Simple ajax object for creating ajax calls.
Why use SimpleAjax?
- Very small, only 2kb minified
- Make a asynchrone or synchrone ajax call ( AJAX / SJAX )
- Use quick methods get() and post() for GET and POST calls
- Use load() method for...
0
708
posted 13 years ago by freelancephp
SimpleSelector is a small DOM selector object with support for the most used selectors. It's also the default selector for the jLim JavaScript framework.
Why use SimpleSelector?
- very small, less than 2kb minified
- easy to use with $$()
- no...
1
933
posted 14 years ago by freelancephp