Hi all,
I was looking over my code and noticed that i had jquery .ajax methods that had the async:false setting in a few javascripts.
So i looked it up on the jQuery site and it said that As of jQuery 1.8, the use of async: false is deprecated. Why would it be depreciated?
I'm not sure i even need async:false, doesn't using a callback function as the success setting value negate the use of async:false?
thanks,