Side navigation
#4839 closed feature (duplicate)
Opened July 01, 2009 04:00PM UTC
Closed August 09, 2010 02:15AM UTC
jQuery.support: HTML 5 checks
Reported by: | pwnedd | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | support | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
would be nice to be able to check for some new features support in Firefox 3.5, e.g.
jQuery.support.localStorage
jQuery.support.nativeJSON
Attachments (0)
Change History (4)
Changed June 13, 2010 03:03AM UTC by comment:1
component: | unfiled → support |
---|
Changed August 09, 2010 01:38AM UTC by comment:2
Since they are properties of the jQuery.support object, all of them have to be computed whether they might be needed or not. jQuery.support features are usually added as they are needed by core code since we know they will need to be used eventually.