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 |
What is the difference between settimeout() and setinterval() methods?
Can we use our own specific character in the place of $ sign in jQuery?
Tell me how to write browser specific code using jquery? : jquery mobile
Does jQuery 2.0 supports IE?
Tell me can we have multiple document.ready() function on the same page? : jquery mobile
Explain .siblings() method in jquery?
Why is jquery better than javascript?
Tell me do I need to add the jquery file both at the master page and content page as well?
Define slidetoggle() effect?
Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?
Explain the types of selectors in jquery?
What is finish method in jQuery?