Javascript/Jquery not working in Internet Explorer 6-8 -


jquery/javascript not working @ my website ie 6-8 browsers.
can have ie7 compatibility in ie9 click f12 , choose browser mode ie7.

example jquery:

  1. hover on category images.
  2. click like/dislike.
  3. the contact form sending.

use jquery 1.9 version, jquery 2.0 not support ie < 9

jquery 2.0 & above version leaves behind older internet explorer 6, 7, , 8 browsers. in return smaller, faster, , can used in javascript environments code needed old-ie compatibility causes problems of own. don’t worry, jquery team still supports 1.x branch run on ie 6/7/8. can (and should) continue use jquery 1.9 (and upcoming 1.10) on web sites need accommodate older browsers.

reference: http://blog.jquery.com/2013/04/18/jquery-2-0-released/


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -