I want to detect if the user's browser supports a certain css property. Is this possible using jQuery? I searched for the jQuery support() but it didn't do what I wanted.
-
10Modernizr.Ram– Ram2013-08-26 20:52:16 +00:00Commented Aug 26, 2013 at 20:52
-
I'll be simpler if you keep a dictionary yourself of feature support.Geeky Guy– Geeky Guy2013-08-26 20:53:42 +00:00Commented Aug 26, 2013 at 20:53
-
possible duplicate of check browser css property supportMDEV– MDEV2013-08-26 22:08:35 +00:00Commented Aug 26, 2013 at 22:08
Add a comment
|
1 Answer
Just check out this framework, it is widely used by several sites.
http://modernizr.com/
2 Comments
Jason Sperske
Here is a list of the CSS features that modernizr can detect: modernizr.com/docs/#features-css
Comfortably Numb
I like it widely used by several sites :) really telling something