Skip to content

Instantly share code, notes, and snippets.

@iamnoah
Created July 24, 2010 23:14
Show Gist options
  • Save iamnoah/489074 to your computer and use it in GitHub Desktop.
Save iamnoah/489074 to your computer and use it in GitHub Desktop.
$(function() {
$('.body').delegate('.list a.color','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