We are faced with situations where IE9 does not start functions in $ (function () {}); in the same way or in time as $ (document) .ready (function () {});
The problem has raised its head for us specifically to read information from the query string and process and display this information on the screen or use it to process the form. IE9 would process the information as soon as it was cached using $ (function (), and the user refreshed the page, but it didn’t work the first time. However, as soon as we move from $ (function () {}) to $ (document ) .ready (), the problem has been fixed. We changed NOTHING else.
I look forward to the day when I do not need to test IE9 and below.
Will Lanni Oct 08 '13 at 22:22 2013-10-08 22:22
source share