Opened 14 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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/).
Note: See
TracTickets for help on using
tickets.
The easiest way to check for IE6 is conditional comments, which is pretty foolproof.