Check out my latest project: Full Frontal JavaScript Conference

Archive for the "jsonp" Tag

JSONP request in Adobe Air

With the jQuery API browser my key aim was to build an app that worked both in the Adobe Air environment and without any changes work on the web. Typically, the environment is the same, with a few exceptions - one of which I ran in to yesterday. Making a JSONP call simply doesn't return back to [...]

Twitter script upgrades & JSONP hacking

Given that recently Twitter has been going up and down like a yo-yo (and I'm sure they're working on it), I've upgraded the twitter script to support timeouts. Twitter have also messed with the API...

What is JSONP?

jQuery 1.2 introduced JSONP support, but on initial read of the release notes, I wasn't completely sure what it was - so for anyone else that might want the Dr Seuss explanation. JSONP is script tag injection, passing the response from the server in to a user specified function