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 we can check if an element is empty or not using jquery?
What is the use of jQuery filter?
Difference between event.PreventDefault and event.stopPropagation?
How do you stop the currently-running animation?
What is the difference between find and children methods in jquery?
Why is not dom ready working for jquery mobile? : jquery mobile
What are the advantage of using minimized version of jquery?
Explain the difference between body onload() and document.ready() function? : jquery mobile
How to use css() in jquery?
Explain the concepts of "$ function" in jquery with an example?
How to select class in jquery?
Is vanilla js faster than jquery?