Answer Posted / 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 |
Post New Answer View All Answers
Define the use jquery.data method?
Why do we use jquery? : jquery mobile
What is the use of jQuery.ajax method ()?
Is it possible to use jquery to make ajax request? : jquery mobile
How can we show and hide an element via jquery?
What does jQuery data() function do?
What is the use of html() method in jquery?
What is a dom in jquery? How can we make sure that dom is ready?
What is serialize() in jquery?
How can related code be encapsulated? Give example.
What does $("P") will select?
What is eq()? : jquery mobile
How do I check if an HTML element is empty using jQuery?
Explain cdn in jquery?
What to do to select element having a particular class (".selected")? : jquery mobile