Skip to content

Instantly share code, notes, and snippets.

@iamnoah
Created July 24, 2010 23:23
Show Gist options
  • Select an option

  • Save iamnoah/489081 to your computer and use it in GitHub Desktop.

Select an option

Save iamnoah/489081 to your computer and use it in GitHub Desktop.
$('.body').delegate('.prevLink, .step, .nextLink','click',function () {
var data = this.href.split(/\?/)[1];
grailsAjax.refresh(this,data);
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment