Side navigation
#4354 closed feature (worksforme)
Opened March 15, 2009 06:09PM UTC
Closed June 26, 2010 03:47AM UTC
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/).
Attachments (0)
Change History (1)
Changed June 26, 2010 03:47AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
The easiest way to check for IE6 is conditional comments, which is pretty foolproof.