jQuery Mobile Question:

Tell me 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.

Download jQuery Mobile PDF Read All 77 jQuery Mobile Questions
Previous QuestionNext Question
Explain chaining in jQuery?Is it possible to use jQuery to make ajax request?