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
Do you know what is the use of jquery.data()?
In what scenarios jQuery can be used?
What is jquery selectors?
How we can check if an element is empty or not using jquery?
What is .empty()? : jquery mobile
How to add a class to html element?
Explain the starting point of code execution in jquery? : jquery mobile
How to add or remove classes to an element in jquery?
How to call a method inside code-behind using jquery?
What is a cdn? : jQuery Mobile
How to get the server response from an ajax request using jquery?
Can we have multiple document.ready() function on the same page? : jquery mobile
Explain the difference between .js and .min.js?
How to set attributes of an element using jquery?
What is $() in jquery library?