Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oroce/appcelerator-jquery-like-ajax


https://github.com/oroce/appcelerator-jquery-like-ajax

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

### Appcelerator CommonJS module, for jQuery like Ajax
Who want write something like this: Ti.Network.createHTTPClient()?

With this module, you can use any shortcut you have used with jQuery.

### Usage

var _ = require( "underscore" ),
$ = require( "util" );

$.ajax( /* params */ )

There are shorthands of course:

$.getJSON
$.post
$.get

### Dependencies
Underscore.js

### Testing
There are some unit tests. Unfortunately for Appcelerator Titanium, there aren't any officially supported test framework.

### Documentation
TODO

### Note
This is one of my projects, to port Backbonejs into Appcelerator.