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>
Release files for js.jquery_validate 1.11.0-1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| js.jquery_validate-1.11.0-1.tar.gz | 18.2 kB | Details |
Release files / js.jquery_validate-1.11.0-1.tar.gz
| Download URL | js.jquery_validate-1.11.0-1.tar.gz |
|---|---|
| Size | 18.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cf6ae42aec05d742fa02baee1a7c05d65795d926382200bd76158e03c669e254
|
|
BLAKE2b-256 checksum How to use checksums |
6da314d324b476d38650cb2a6a9ff140fc86b2f635bd5b8e4ee556103af8437b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |