Metadata-Version: 1.0
Name: js.chosen
Version: 0.9.14
Summary: Fanstatic packaging of Chosen
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.chosen
        *********
        
        Introduction
        ============
        
        This library packages `Chosen`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`Chosen`: http://harvesthq.github.com/chosen/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.chosen``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``chosen_jquery`` from ``js.chosen`` and ``need`` it where you
        want these resources to be included on a page::
        
          >>> from js.chosen import chosen_jquery
          >>> chosen_jquery.need()
        
        
        CHANGES
        *******
        
        0.9.14 (2013-05-30)
        ===================
        
        - Update resources to version 0.9.14.
        
        
        0.9.11 (2012-12-15)
        ===================
        
        - Update resources to version 0.9.11. Thanks to Thomas Massmann.
        
        0.9.1 (2011-09-08)
        ==================
        
        - Initial release.
        
Platform: UNKNOWN
