ajoo Posted December 2, 2016 Share Posted December 2, 2016 Hi all ! This snippet below, with an older version of jquery, namely 1.7.2 works fine with Internet Explorer 8 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script> while this one below, the newer version, namely 3.1.1 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.js"></script> gives the Object Expected error. My login page with a slider login panel renders but with errors, it says, and the slider does not function. It does not slide down. The two script lines are exact same except for the version diff. Please suggest if and how may I resolve this issue. Thanks loads everyone. Quote Link to comment Share on other sites More sharing options...
Solution Jacques1 Posted December 2, 2016 Solution Share Posted December 2, 2016 The jQuery 2 and 3 branches don't support very old browsers like IE8. You have to either give up IE8 support yourself or stick with jQuery 1. Quote Link to comment Share on other sites More sharing options...
ajoo Posted December 2, 2016 Author Share Posted December 2, 2016 Hi Guru Jacques ! Thanks for the reply or I would have continued struggling with this. Thanks loads. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.