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 |
How to check if number is numeric while using jQuery 1.7+?
How to work with jQuery parent(), children() and siblings()?
Do we need to add the jquery file both at the master page and content page as well?
Explain .bind() vs .live() vs .delegate() vs .on()
What is the use of clone method in jQuery?
Explain the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
What are deferred and promise object in jQuery?
What does dollar sign ($) means in jQuery?
Explain animate function in jquery?
What is the between $(this) and 'this' in jquery?
What does dollar sign ($) me in jquery?
What is jquery connect and how to use it?