jQuery

This module defines three plugins which add basic jQuery support. It does not contain plugin code and brings only static files.

Installation

# settings.py

PLUGINS = [
    'flamingo.plugins.jQuery1',
    'flamingo.plugins.jQuery2',
    'flamingo.plugins.jQuery3',
]