How to detect IE7 with jQuery possibly using jQuery.browser?
Got a method
if ($.browser.msie && parseInt($.browser.version, 10) === 7) { alert('IE7'); } else { alert('Non IE7'); }
-- update
Please note that $.browser is removed from jQuery 1.9
2.1m questions
2.1m answers
60 comments
57.0k users