Modify ↓
Ticket #4354 (closed feature: worksforme)
Utilities/jQuery.support and ie6
| Reported by: | DizelGenerator | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | support | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
As jQuery.browser and jQuery.browser.version properties are deprecated in jQuery 1.3 it's unpossible to check, whether does browser supports a class chain or not. ie6 and earlier versions do not support it (for example see this article: http://www.ryanbrill.com/archives/multiple-classes-in-ie/).
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The easiest way to check for IE6 is conditional comments, which is pretty foolproof.