JQuery Programmer Question:

How to write browser specific code using jQuery?

Tweet Share WhatsApp

Answer:

Using jQuery.browser property, we can write browser specific code. This property contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9.

Read All 201 JQuery Programmer Questions
Previous QuestionNext Question
What is event.PreventDefault?What are various methods to make ajax request in jQuery?