开发者

any recommendation for using css3 with jquery?

开发者 https://www.devze.com 2023-03-26 21:39 出处:网络
mainly i want to use css3 gradients , round border and text shadows and transitions with jquery in such a way that my code will become cross browser compliant and i need not to worry about browsers wh

mainly i want to use css3 gradients , round border and text shadows and transitions with jquery in such a way that my code will become cross browser compliant and i need not to worry about browsers while using css3. what is the best practice for using css3 with jquery? do you have any recommendation? do you have any link to plugin or something through which i can utilize power of css3 in older brwosers too?开发者_开发问答 if yes, then please let me know, thanks in advance.


By definition, you can't use css3 with non-compliant browser... So you'll have css3 for modern browsers and worry about others with js(jquery)/css. I don't think one approach will compliment another, they'll be two separate things one working for one set of browsers, the other for another.

It depends on the project of course, but consider just using css3 and have some visual degradation in older browsers.

If that's not acceptable, and if you'll go out of the way and will be maintaining the css/js for older browsers, that will also work for modern (if done correctly of course). Then why bother with css3?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号