Fanstatic packaging of validate for jQuery (jquery.validate.js)
Project description
js.jquery_validate
Introduction
This library packages jQuery Validation Plugin 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_validate) are published to some URL.
CHANGES
1.11.0-1 (2013-03-18)
Some bugs in docs fixed.
1.11.0 (2013-03-17)
Initial release.
How to use?
This should be setup before rendering a page. See fanstatic for more information:
>>> from fanstatic import init_needed >>> needed = init_needed(base_url='http://localhost')
You can import jquery_validate from js.jquery_validate and need it where you want these resources to be included on a page:
>>> from js.jquery_validate import jquery_validate >>> jquery_validate.need()
Render the inclusion:
>>> print needed.render() <script type="text/javascript" src="http://localhost/fanstatic/jquery/jquery.js"></script> <script type="text/javascript" src="http://localhost/fanstatic/jquery-validate/jquery.validate.js"></script>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file js.jquery_validate-1.11.0-1.tar.gz
.
File metadata
- Download URL: js.jquery_validate-1.11.0-1.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf6ae42aec05d742fa02baee1a7c05d65795d926382200bd76158e03c669e254 |
|
MD5 | 83ff665d74988c0b3d80d2635e3d6252 |
|
BLAKE2b-256 | 6da314d324b476d38650cb2a6a9ff140fc86b2f635bd5b8e4ee556103af8437b |