/ Published in: jQuery
Make IE6 do tricks with jQuery
Expand |
Embed | Plain Text
if ($.browser.msie && $.browser.version=="6.0") { //do this for ie6 }
You need to login to post a comment.
vagrantradio on 02/19/10
browser jquery detection ie6 internet explorer 6
1 person have marked this snippet as a favorite
Make IE6 do tricks with jQuery
if ($.browser.msie && $.browser.version=="6.0") { //do this for ie6 }
You need to login to post a comment.