A repository of over 1000 quality jQuery plugins

jQuery Ajax

Ajax is a jQuery Standalone / Widgets plugin.

Created by ForbesLindesay

Standalone AJAX library inspired by jQuery/zepto

Not what you're looking for? Click here to view more Standalone / Widgets jQuery plugins

ajax

Standalone AJAX library inspired by jQuery/zepto

Installation

component

component-install ForbesLindesay/ajax

Then load using:

var ajax = require('ajax');

Or load using a script tag (downloads are available here)

<script src="ajax.min.js"></script>

Then just refer to it in your script as ajax

API

ajax(url, settings)

url A string containing the URL to which the request is sent. settings A set of key/value pairs that configure the Ajax request. All settings are optional. A default can be set for any option with ajax.settings. See ajax(settings) below for a complete list of all settings.

ajax(settings)

settings A set of key/value pairs that configure the Ajax request. All settings are optional. A default can be set for any option with ajax.settings.

For a list of available settings see:

http://api.jquery.com/jQuery.ajax/

License

MIT

If you find it useful, a payment via gittip would be appreciated.

viewcount



You might also like these other Standalone / Widgets jQuery Plugins

  • zoomooz

    An easy-to-use jQuery plugin for making zooming web pages.

  • jquery-widget

    jQuery widget with JSX

  • Clipboard js

    A modern approach to copy text to clipboard

License:

Copyright (c) 2013 Forbes Lindesay