How to write browser specific code using jQuery?



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

Post New Answer

More jQuery Interview Questions

How we can check if an element is empty or not using jquery?

0 Answers  


What is the use of jQuery filter?

0 Answers  


Difference between event.PreventDefault and event.stopPropagation?

0 Answers  


How do you stop the currently-running animation?

1 Answers  


What is the difference between find and children methods in jquery?

0 Answers  






Why is not dom ready working for jquery mobile? : jquery mobile

0 Answers  


What are the advantage of using minimized version of jquery?

0 Answers  


Explain the difference between body onload() and document.ready() function? : jquery mobile

0 Answers  


How to use css() in jquery?

0 Answers  


Explain the concepts of "$ function" in jquery with an example?

0 Answers  


How to select class in jquery?

0 Answers  


Is vanilla js faster than jquery?

0 Answers  


Categories