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 |
Why html 5 inputs look different across devices and browsers? : jquery mobile
Tell me can we have multiple document.ready() function on the same page? : jquery mobile
What programming language does jquery use?
How to create, read and delete cookies with jquery?
How to debug jQuery?
Tell me what are the slow selectors in jquery? : jquery mobile
How we can apply css in multiple selectors in jquery?
Why jQuery is better than JavaScript?
Explain some of the key concepts of good code organization patterns.
Can you please explain the difference between body onload() and document.ready() function? : jquery mobile
Explain cdn in jquery?
What are features of jquery or what can be done using jquery?