Sha256: b42cede26efa0c40041fb5f93836212eb4669b0b67ea470f213c9d46d7e7121b
Contents?: true
Size: 387 Bytes
Versions: 4
Compression:
Stored size: 387 Bytes
Contents
/** * Fivefish Javascript * $Id$ * * @author Michael Granger <ged@FaerieMUD.org> * */ var $window = $(window); function initFivefish() { $(document).ready( onReady ); } function onReady() { console.debug( "Ready!" ); $(window).scroll( onScroll ); } function onScroll( e ) { if ( $('.subnav').length ) { console.debug( "Offset is: %d", $('.subnav').offset().top ); } }
Version data entries
4 entries across 4 versions & 1 rubygems