lsmith / yui3-jsonp
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Luke Smith (author)
Sun Jun 28 13:28:49 -0700 2009
README
Module 'jsonp'. Provides class Y.JSONPRequest to encapsulate JSONP requests. The send() method issues the JSONP request, and can be used multiple times if you want to poll a source (the Twitter API for example). Also provides a convenience method Y.jsonp(url,c) which creates an instance and calls send() immediately, returning the JSONPRequest instance.

