Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oroce/appcelerator-jquery-like-ajax
https://github.com/oroce/appcelerator-jquery-like-ajax
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/oroce/appcelerator-jquery-like-ajax
- Owner: oroce
- Created: 2012-01-02T20:48:27.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-02T21:06:52.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T14:45:35.638Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.58 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.