jordansinger / Hook

Pull to refresh for the web
MIT License
1.6k stars 281 forks source link

Hook

Pull to refresh for the web

Dependencies

Settings

Examples:

// Defaults
$('#hook').hook();

// Callback
$('#hook').hook({
  refresh: false,
  callback: function(){
    console.log('Hello, World!');
  }
});