Is there a library (or jquery extension) that provides automatic fallback to jquery when no css3 is available (as in internet explorer 9 for example) ?
Is there a library (or jquery extension) that provides automatic fallback to jquery when
Share
I think modernizr would work for you.
This library uses something called
Polyfillsfor cases where an HTML5 or CSS3 feature is not supported.