ajax Exactly What IS JSONP? JSONP, which stands for "JSON with Padding" (and JSON stands for JavaScript Object Notation), is a way to get data from another domain that bypasses CORS (Cross Origin Resource Sharing) rules.
ajax Smart Query Strings part 2: AJAX This is a version of the PHP snippet I wrote last post, but for JavaScript (specifically jQuery for AJAX calls). Basically, using the same type of call as before, you can use this