How to write browser specific code using jQuery?
Answer / chaitanya
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.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain why there are two different version of jquery library? : jquery mobile
What are the selectors in jquery? How many types of selectors in jquery?
How to select element having a particular class (".selected")?
How do I check if an element is hidden in jQuery?
When can you use jquery?
Which are the fastest selectors in jquery? : jquery mobile
Name 3 available jquery plugins that bootstrap has in their query plugin library.
What is the latest version of jquery?
What is the use of jquery.data()?
Difference between prop() and attr()? : jQuery Mobile
Explain width() vs css(‘width’)?
How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile