How to use post for JSON instead of jQuery’s getJSON
jQuery has a nice function called getJSON() which performs a GET requests to a url and parses the result to a JSON object. But what if you want to do a POST request instead of a GET request. This is specially useful if you have very long strings that might break the GET request. jQuery [...]


