Metadata-Version: 1.0
Name: js.jquery-scrolltofixed
Version: 0.1
Summary: Fanstatic packaging of ScrollToFixed (jQuery plugin)
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.jquery_scrolltofixed
        ***********************
        
        Introduction
        ============
        
        This library packages `ScrollToFixed (jQuery plugin)`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`ScrollToFixed (jQuery plugin)`: http://bigspotteddog.github.com/ScrollToFixed/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_scrolltofixed``) are published to some URL.
        
        
        Using this library
        ==================
        
        You can import ``scrolltofixed`` from ``js.jquery_scrolltofixed`` and ``need``
        it where you want these resources to be included on a page::
        
          >>> from js.jquery_scrolltofixed import scrolltofixed
          >>> scrolltofixed.need()
        
        
        CHANGES
        *******
        
        0.1 (2013-02-26)
        ================
        
        - Initial release using up to 
          https://github.com/bigspotteddog/ScrollToFixed/commit/020c96a70e9beac7c55f8c024111a3ecdc25475e from GitHub.
          [davidjb]
        
Platform: UNKNOWN
