1

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.

3
  • 10
    Modernizr. Commented Aug 26, 2013 at 20:52
  • I'll be simpler if you keep a dictionary yourself of feature support. Commented Aug 26, 2013 at 20:53
  • possible duplicate of check browser css property support Commented Aug 26, 2013 at 22:08

1 Answer 1

1

Just check out this framework, it is widely used by several sites.
http://modernizr.com/

Sign up to request clarification or add additional context in comments.

2 Comments

Here is a list of the CSS features that modernizr can detect: modernizr.com/docs/#features-css
I like it widely used by several sites :) really telling something

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.