It seems jQuery.browser is able to identify webkit rather easily as of 1.4. But how can I use it to distinguish Chrome from Safari (and visa-versa)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Since Sarfraz has not corrected his answer (thank you Sarfraz for pointing me in the correct direction), I will post functioning code here.
|
|||||||||||||
|
|
Without jQuery
With jQuery (Following will not work with jQuery 1.9 and above as
|
|||||||||||
|
|
You can do like:
|
|||||||||||
|
|
Also for non-JQuery users:
|
|||
|
This patch adds $.browser.chrome and also exclude Goolge Chrome detection from $.browser.safari |
|||
|
|