Possible Duplicate:
Is jQuery $.browser Deprecated?
Did the latest jQuery library change $.browser?
When i run this (fiddle) in firefox, im getting an error in console:TypeError: obj is undefined
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.
It was deprecated for a long while. And has been removed since 1.9.
To still be able to use the
$.browseryou should add the following JS, or visit the project on github:See the version 1.9 changelog:
http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/
More info on upgrading
http://jquery.com/upgrade-guide/1.9/