Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neocotic/jsonp.js
Simple JSONP JavaScript library
https://github.com/neocotic/jsonp.js
Last synced: 22 days ago
JSON representation
Simple JSONP JavaScript library
- Host: GitHub
- URL: https://github.com/neocotic/jsonp.js
- Owner: neocotic
- License: mit
- Created: 2011-12-07T15:36:26.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-11T14:46:59.000Z (over 12 years ago)
- Last Synced: 2024-05-02T01:26:23.271Z (6 months ago)
- Language: JavaScript
- Homepage: https://neocotic.com/jsonp.js
- Size: 104 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
__ __
/\_\ ____ ___ ___ _____ /\_\ ____
\/\ \ /',__\ / __`\/' _ `\/\ '__`\ \/\ \ /',__\
\ \ \/\__, `\\ \L\ \\ \/\ \ \ \L\ \__ \ \ \/\__, `\
_\ \ \/\____/ \____/ \_\ \_\ \ ,__/\_\_\ \ \/\____/
/\ \_\ \/___/ \/___/ \/_/\/_/\ \ \/\/_/\ \_\ \/___/
\ \____/ \ \_\ \ \____/
\/___/ \/_/ \/___/[jsonp.js][] is a library that provides simple [JSONP][] support for JavaScript.
## Get
``` javascript
JSONP.get(url[, data][, callback][, context])
```## Configuration
``` javascript
JSONP.callbackName = "callback"
JSONP.timeout = 0
```## Miscellaneous
``` javascript
JSONP.noConflict()
JSONP.VERSION
```## Bugs
If you have any problems with this library or would like to see the changes
currently in development you can do so here;https://github.com/neocotic/jsonp.js/issues
## Questions?
Take a look at `docs/jsonp.html` to get a better understanding of what the code
is doing.If that doesn't help, feel free to follow me on Twitter, [@neocotic][].
However, if you want more information or examples of using this library please
visit the project's homepage;http://neocotic.com/jsonp.js
[@neocotic]: https://twitter.com/#!/neocotic
[jsonp.js]: http://neocotic.com/jsonp.js
[jsonp]: http://en.wikipedia.org/wiki/JSONP