Skip to content

Instantly share code, notes, and snippets.

@Tocacar
Tocacar / gist:2635086
Created May 8, 2012 13:38
Infinite scrolling datatable plugin YUI 3.5.1
YUI.add('dt-scroll', function(Y){
Y.DtScroll = Y.Base.create('dt-scroll', Y.Plugin.Base, [], {
_scroll : true,
_scrollbarNode: null,
_loaderNode : null,
_noticeNode : null,
_datasource: null,
_page : 2,