I'm using $.browser
to try and check what type of browser users have accessing my site. The problem I have however is that both Safari and Chrome are webkit browsers and I therefore do not know how to distinguish between the too.
Is there a way to distinguish between safari and chrome so that I can have my site do something different?