/ Published in: jQuery
Expand |
Embed | Plain Text
if((!jQuery.browser.msie) || (jQuery.browser.msie && jQuery.browser.version.substring(0, 1) >= 9)){ // Do something }
You need to login to post a comment.
jbernus on 11/21/11
1 person have marked this snippet as a favorite
if((!jQuery.browser.msie) || (jQuery.browser.msie && jQuery.browser.version.substring(0, 1) >= 9)){ // Do something }
You need to login to post a comment.