JQuery Programmer Question:

How to write browser specific code using jQuery?

JQuery Programmer Interview Question
JQuery Programmer Interview Question

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.


Previous QuestionNext Question
What is event.PreventDefault?What are various methods to make ajax request in jQuery?