Is it possible to add something like Modernizr into your own plugin? I'd like to feature test for certain CSS3 properties without reinventing an already fantastic wheel.
+1
A:
Just make Modernizr a pre-requisite for your plugin. Some plugins require the jQuery cookie plugin, for example, to operate correctly. This is just a different form of this situation.
Stefan Kendall
2010-08-10 01:42:41
So if it is included before my own plugin I can just call those functions within mine? [first time writing a plugin...]
Thomas McCabe
2010-08-10 01:53:51
Yup. That's all that's required. :)
Stefan Kendall
2010-08-10 02:18:12