/ Published in: JavaScript
Expand |
Embed | Plain Text
var isSafari = ( $.browser.safari && /chrome/.test(navigator.userAgent.toLowerCase()) ) ? false : true;
Comments
Subscribe to comments
You need to login to post a comment.
var isSafari = ( $.browser.safari && /chrome/.test(navigator.userAgent.toLowerCase()) ) ? false : true;
Subscribe to comments
You need to login to post a comment.
Mozilla 4.0 returns true... :/