Skip to content

Instantly share code, notes, and snippets.

@trafnar
Created October 23, 2009 08:55
Show Gist options
  • Save trafnar/216758 to your computer and use it in GitHub Desktop.
Save trafnar/216758 to your computer and use it in GitHub Desktop.
$(document).ajaxSuccess(function(){
$("#core-loader").fadeOut();
$("div#makeMeScrollable").smoothDivScroll({scrollingSpeed: 12, mouseDownSpeedBooster: 1, visibleHotSpots:"always"});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment