SimpleAjax Object


/ Published in: JavaScript
Save to your folder(s)

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 loading html content and set to given element
- Set general settings that will be used by default for every ajax call

URL: http://www.freelancephp.net/simpleajax-small-ajax-javascript-object/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.