jQuery Mobile Question:
Tell me how to write browser specific code using jQuery?
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 Question | Next Question |
Explain chaining in jQuery? | Is it possible to use jQuery to make ajax request? |