I\'m new to jquery and was wondering: is a simple way to detect whether a browser is Internet Explorer 6 or below?
Try this out:
jQuery.each(jQuery.browser, function(i, val) { $("" + i + " : " + val + "") .appendTo(document.body); }); if you need more info refer to this: http://docs.jquery.com/Utilities/jQuery.browser 0 讨论(0) 查看其它13个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
if you need more info refer to this:
http://docs.jquery.com/Utilities/jQuery.browser