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 can we give face effect in jquery?
How to disable jQuery animation?
Why do we use jQuery?
Hide and show image on button click using jQuery?
Can you write a jquery code to select all links inside the paragraph?
explain width() vs css(‘width’) in jquery
How do I check if the DOM is ready?
List browser related issues for jquery?
Which is fast document.getElementByID('txtName') or $('#txtName').?
Is it too early to discuss jquery ui 1.8?
Explain remove class jquery with example?
Explain the use of jquery .each() function? : jquery mobile