Skip to content

Instantly share code, notes, and snippets.

@roykolak
Created July 10, 2009 21:52
Show Gist options
  • Save roykolak/144846 to your computer and use it in GitHub Desktop.
Save roykolak/144846 to your computer and use it in GitHub Desktop.
new Ajax.Request(this.element.readAttribute('href'), {
method:'post',
onSuccess: function(response) {
this.hideSpinner();
$('promotion_list').insert({top: response.responseText}).down('li').hide().appear();
}.bind(this)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment