InterviewSolution
Saved Bookmarks
| 1. |
Tell Me How To Write Browser Specific Code Using Jquery? |
|
Answer» 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. 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. |
|