javascript Programming Glossary: tem
Detect version of browser http://stackoverflow.com/questions/5916900/detect-version-of-browser function var ua navigator.userAgent N navigator.appName tem M ua.match opera chrome safari firefox msie trident s d . i.. s d . i M M 2 M 1 M 2 N navigator.appVersion ' ' if M tem ua.match version . d i null M 2 tem 1 return M.join ' ' UPDATE.. ' ' if M tem ua.match version . d i null M 2 tem 1 return M.join ' ' UPDATE To correctly catch IE11 requires..
|