Sha256: 0ff9392b5c1780313cd09d9fccacd60d72d5949293e442aa0f49fc19cea126d2
Contents?: true
Size: 399 Bytes
Versions: 83
Compression:
Stored size: 399 Bytes
Contents
class Tenon.features.InfiniteLoading constructor: -> $(document).on 'click', '.infinite-loader', @_loadRecords _loadRecords: (e) -> e.preventDefault() $link = $(e.currentTarget) $recordList = $($link.data('record-list')) nextPage = parseInt($recordList.data('records-page')) + 1 $recordList.data('records-page', nextPage) new Tenon.features.RecordList($recordList)
Version data entries
83 entries across 83 versions & 1 rubygems