Skip to content

Instantly share code, notes, and snippets.

@seivan
Created March 24, 2009 18:55
Show Gist options
  • Save seivan/84295 to your computer and use it in GitHub Desktop.
Save seivan/84295 to your computer and use it in GitHub Desktop.
//application.js
jQuery(document).ready(function($) {
$('div.pagination a').livequery('click', function() {
//alert("hey");
$('div.main').load(this.href);
return false
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment