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 to programmatically trigger a click event thats being handled by jquery only?

0 Answers  


How can we include jQuery library in ASP.Net project?

0 Answers  


How to check data type of any variable in jQuery?

1 Answers   Infoica Tech,


What are the slow selectors in jquery? : jquery mobile

0 Answers  


What is the difference between $(this) and 'this' in jquery?

0 Answers  


Difference between document.ready() and body onload()?

0 Answers  


What are the fastest selectors in jQuery?

1 Answers  


What is chaining in jQuery?

1 Answers  


Jumping off of jquery ui for a second, do you 'release early, release often' with all of your projects? What are your thoughts on that strategy?

0 Answers  


What is wrong with this code line "$('#myid.3').text('blah blah!!!');"

1 Answers  


What is difference between .setinterval() and .delay() ?

0 Answers  


What is the script build up by jQuery?

0 Answers  


Categories