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 bind() vs live() vs delegate() methods.
How to select all elements using jQuery?
What are jquery selectors?
Explain the types of selectors in jquery?
What is $('div')? : jquery mobile
Why is not dom ready working for jquery mobile? : jquery mobile
What is jquery and what are the advantages?
How to check if number is numeric while using jQuery 1.7+?
What are jquery plugins?
Which version of jquery file should be used?
How to disable/enable an element in jquery?
Define cdn in jquery?