Based on that i can add CSS feature to one element of my page.
Can anybody please give an example?
Based on that i can add CSS feature to one element of my page.
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.
You can use
$.browser. However, this is highly discouraged, since it doesn’t cope with new or rare browsers. As the docs note:$.browserwill be removed from future versions of jQuery.If you give us more information, we may be able to suggest a better solution.
EDIT: As the docs say, you can use flags like
$.browser.webkit(true for webkit) or$.browser.ie, and get the version from$.browser.version.