Skip to main content

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 (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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

js.jquery_validate-1.11.0.tar.gz (18.1 kB view details)

Uploaded Source

File details

Details for the file js.jquery_validate-1.11.0.tar.gz.

File metadata

File hashes

Hashes for js.jquery_validate-1.11.0.tar.gz
Algorithm Hash digest
SHA256 7a91324c0d2a4185758d343d551c154b17d4d2e01675d2eabe91afd493443749
MD5 e0ff57220506c0c313592173db5f1d4a
BLAKE2b-256 01aa10ee102aa10c70ece6ed9b8398b43bce44f32d925904fae0d6dba9ca61c0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page