Skip to content

Instantly share code, notes, and snippets.

@Yax
Created September 28, 2009 12:36
Show Gist options
  • Select an option

  • Save Yax/195399 to your computer and use it in GitHub Desktop.

Select an option

Save Yax/195399 to your computer and use it in GitHub Desktop.
$("#menu div.ticket_info p.editable").editable(admin_ticket_path($("#menu div.ticket_info").attr("id")), {
method : 'PUT',
name : $(this).attr("id"),
submitdata : { authenticity_token : $("#menu div.ticket_info p#authenticity_token ").text() }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment