Test CSS3 Support with JS


/ Published in: JavaScript
Save to your folder(s)

This function will test whether or not the browser supports a specified CSS3 property, like "border-radius."

Note that, when passing the property, omit the dash. So, instead of "border-radius," pass "borderRadius" (or "BorderRadius").

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.