JSONP Callbacks

jQuery.getJSON() creates JSONP callback names that change randomly each time the function is called. This is not desirable if the data may not have changed, and the server is managing its caching.

Instead of this:

Use the name of the callback function: