Monday, September 24, 2012

Quick Tip: Handling JSONP request with jQuery getJSON

In a $.getJSON request, append '&callback=?' to the end of the request URL. No need to revert back to the usage of .ajax.

No comments:

Post a Comment