Sha256: 02e7ad60f88f3bbd8a76cb1374d1765f0cfcb8fb7b6f3aac99e54c262017b030
Contents?: true
Size: 351 Bytes
Versions: 26
Compression:
Stored size: 351 Bytes
Contents
jQuery -> if jQuery('.pagination').length jQuery(window).scroll -> url = jQuery('.pagination .next_page').attr('href') if url && jQuery(window).scrollTop() > jQuery(document).height() - jQuery(window).height() - 50 jQuery('.pagination').text('Fetching more events...') jQuery.getScript(url) jQuery(window).scroll
Version data entries
26 entries across 26 versions & 1 rubygems