I need some function returning a boolean value to check if the browser is Chrome.
How do I create such functionality?
var is_chrome = browseris.chrome
or check ather browsers:
browseris.firefox browseris.ie browseris.safari
and olso you can check the version like browseris.chrome7up and etc.
browseris.chrome7up
check all existing information in the 'browseris' object