zoltan-dulac / cssSandpaper

a CSS3 Polyfill that implements CSS3 transforms, box-shadow, gradients, opacity and RGBA/HSL/HSLA colours in browser that don't support them.
http://www.useragentman.com/blog/csssandpaper-a-css3-javascript-library/
208 stars 47 forks source link

using jQuery selector engine if available #15

Open AlexKeySmith opened 11 years ago

AlexKeySmith commented 11 years ago

It would be cool if it used jQuerys selector engine if it was already loaded, rather than needing the cssQuery dependency.

cssQuery looks good, but I'm already using jQuery (as I'm sure plenty of people are).

I suppose similar to how selectivizr auto-magically uses whatever library is loaded.

This is certainly far easier said than done, but a nice idea perhaps.