I have used $.browser.webkit to detect if my browser is either Safari/Chrome, now this check returns false when using Chrome ?
I have used $.browser.webkit to detect if my browser is either Safari/Chrome, now this
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
$.browseris deprecated, and you should use $.support instead to check for available features and not specific browsers!$.browseris still available in jQuery 1.8, but will returnChromein chrome browsers etc. and no longer returnswebkit.FIDDLE