Skip to content

Instantly share code, notes, and snippets.

@ryankshaw
Created January 25, 2012 17:41
Show Gist options
  • Select an option

  • Save ryankshaw/1677526 to your computer and use it in GitHub Desktop.

Select an option

Save ryankshaw/1677526 to your computer and use it in GitHub Desktop.
how to override the "file a ticket" link
$('a[href="#create_ticket"]').live('click', function(event){
$(this).parents('.ui-dialog-content').dialog('close');
window.open("http://putYourCustomSupportSiteUrlHere.com");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment