Just stumbled upon an issue. When trying to detect IE 11 (the beta version currently on air) using Jquery, the result is \'firefox\'. The same code detect IE 10. I need to k
jQuery.browser is long deprecated and has been removed, you should use $.support or a better tool like Modernizr
jQuery.browser
$.support
Modernizr