Fanstatic packaging of jQuery Form
Project description
js.jquery_form
Introduction
This library packages jQuery Form for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.jquery_form) are published to some URL.
How to use?
You can import jquery_form from js.jquery_form and need it where you want these resources to be included on a page:
>>> from js.jquery_form import jquery_form >>> jquery_form.need()
CHANGES
3.09 (2012-07-19)
Nothing changed yet.
2.82 (2012-07-18)
Add jquery.form plugin version 2.82
Add minified variant
2.69 (2011-04-25)
Initial release.