jQuery IE6 detection


/ Published in: jQuery
Save to your folder(s)

Make IE6 do tricks with jQuery


Copy this code and paste it in your HTML
  1. if ($.browser.msie && $.browser.version=="6.0") {
  2. //do this for ie6
  3. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.