Added jQuery.browser.version (see ticket #1101). Works in all browsers that we support.

This commit is contained in:
John Resig 2007-04-28 15:33:25 +00:00
parent fba422541a
commit 610149fd19

View file

@ -1807,6 +1807,7 @@ new function() {
// Figure out what browser is being used
jQuery.browser = {
version: b.match(/.+[xiae][\/ ]([\d.]+)/)[1],
safari: /webkit/.test(b),
opera: /opera/.test(b),
msie: /msie/.test(b) && !/opera/.test(b),