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 |
What is the use of val() method in jquery?
What is the difference between the id selector and class selector in jquery?
Differences Between jQuery .bind() and .live()?
What is the starting point of code execution in jquery?
What is the use of clone method in jQuery?
Explain slidetoggle() effect.
What is wrong with this code line "$('#myid.3').text('blah blah!!!');"
Explain cdn in jquery?
What is the use jQuery.data method?
What is a cdn? What are the advantages of using cdn?
What is parent() in jquery?
Define the use of each function in jquery?