UNPKG

jquery-infinite-scroller

Version:

A jQuery plugin that infinitely scrolls content based on mouse position

11 lines (6 loc) 186 B
( function( $ ) { "use strict"; // create an element to run tests inside var $testCanvas = $( "<div id='testCanvas'></div>" ); $( "body" ).prepend( $testCanvas ); }( jQuery ) );