Skip to content

Instantly share code, notes, and snippets.

@jesse1981
Created May 7, 2013 23:44

Revisions

  1. jesse1981 renamed this gist May 7, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @aidilfbk aidilfbk created this gist Feb 11, 2010.
    4 changes: 4 additions & 0 deletions Twitter.com Infinite Scrolling.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    $(window).scroll(function(){
    var $window = $(this);
    if($window.scrollTop() == $(document).height() - $window.height()) $('#more').click()
    });