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:
- hover on category images.
- click like/dislike.
- 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
Post a Comment