/ Published in: JavaScript
Expand |
Embed | Plain Text
if ($.browser.msie && $.browser.version.substr(0,1)<8) { ... }
You need to login to post a comment.
smashu on 12/17/09
2 people have marked this snippet as a favorite
if ($.browser.msie && $.browser.version.substr(0,1)<8) { ... }
You need to login to post a comment.