0
kicks
JSONP the easy way with jQuery and a simple IHttpHandler
JSONP or “JSON with padding” is a slight variation of JSON. In JSON we create a string representation of a JavaScript object and call eval(myObject) in order to create a live JavaScript object. We can then show the data in the object by simply looping over the fields or collections and setting the HTML in a div.