Skip to main content

Fanstatic packaging of Gritter for jQuery (jquery.gritter.js)

Project description

js.jquery_gritter

Introduction

This library packages Gritter for jQuery 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_gritter) are published to some URL.

CHANGES

1.7.4 (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_gritter from js.jquery_gritter and need it where you want these resources to be included on a page:

>>> from js.jquery_gritter import jquery_gritter
>>> jquery_gritter.need()

Render the inclusion:

>>> print needed.render()
<link rel="stylesheet" type="text/css" href="http://localhost/fanstatic/jquery-gritter/css/jquery.gritter.css" />
<script type="text/javascript" src="http://localhost/fanstatic/jquery/jquery.js"></script>
<script type="text/javascript" src="http://localhost/fanstatic/jquery-gritter/js/jquery.gritter.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_gritter-1.7.4.tar.gz (294.4 kB view details)

Uploaded Source

File details

Details for the file js.jquery_gritter-1.7.4.tar.gz.

File metadata

File hashes

Hashes for js.jquery_gritter-1.7.4.tar.gz
Algorithm Hash digest
SHA256 e485248b48a9b0f1ef4f521db6167a1ea9ed69b7f28819812edaf94c39f546fa
MD5 babba8647a81c96601a0b6d1bf5f8ed8
BLAKE2b-256 0a2c0f398befc86863b92848194a8cfc0f7b68804f8daca61a23e22b41577b06

See more details on using hashes here.

Supported by

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