Skip to content

Instantly share code, notes, and snippets.

@azcoov
Created February 1, 2011 04:27
Show Gist options
  • Save azcoov/805410 to your computer and use it in GitHub Desktop.
Save azcoov/805410 to your computer and use it in GitHub Desktop.
calling the toaster
$("#viewerror").ajaxError(function (e, xhr, ajaxOptions, thrownError) {
toast(xhr.responseText);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment