By default, I have set all AJAX requests to syncronous as I like to have the .getJSON functions inline. However, occasionally... I need to send a .getJSON request asynchronously. I understand that this is a wrapper function for the .ajax method. Two solutions that came to mind... Use the ajax function, or set my global ajax settings to asynchronous prior to the request and reset it to synchronous after the request. Neither sounds very pretty. :-)
Can I send the AJAX options to .getJSON? Thanks, Jimmy G