https://github.com/oroce/appcelerator-jquery-like-ajax
https://github.com/oroce/appcelerator-jquery-like-ajax
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oroce/appcelerator-jquery-like-ajax
- Owner: oroce
- Created: 2012-01-02T20:48:27.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-02T21:06:52.000Z (almost 14 years ago)
- Last Synced: 2025-03-24T12:03:29.155Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.58 MB
- Stars: 7
- Watchers: 1
- 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.