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 can you apply a style on an element using jQuery?

0 Answers  


How to find all sibling elements after the current element using ?

0 Answers  


Tell me is jquery a library for client scripting or server scripting? : jquery mobile

0 Answers  


What is a CDN?

1 Answers  


Explain jquery $.ajax() method?

0 Answers  






Explain the difference between .js and .min.js?

0 Answers  


What is the starting point of code execution in jquery?

0 Answers  


Where jQuery code is getting executed?

0 Answers  


What is jquery and what are the advantages?

0 Answers  


What is the use of delegate() method in jquery?

0 Answers  


How to check if number is numeric while using jQuery 1.7+?

1 Answers  


How do you stop the currently-running animation? : jquery mobile

0 Answers  


Categories