> Hi, how can i identify google chrome in my javascript. I try go with > my google chrome on jquery page > (http://docs.jquery.com/Utilities/jQuery.browser > )....and i see that my chrome is safari browser version 525.19.
var isChrome = /Chrome/.test(navigator.userAgent);