I am hoping someone will give me a hack to this jquery code below
CODE
$(document).ready(function() {
if( $.browser.safari )
{
alert( ' The developer of this website have detected that your are using safari web brower, if you want to see this website at its best you should use either Chrome,
firefox or opera ' );
}if u read the alert string its to inform the user that its not best to view in safari.
plz dont tell me that your already got the correct think in place by using $browser.safari, both safari and chrome are both based on webkit.
My problem is that doesn't alert in safari but it alerts in chrome when chrome is one(1) of my best viewed browsers
so plz could someone help me
my email is
[email] rudyjessop@yahoo.co.uk [/email]
