Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save staycreativedesign/c0ddc1abec1b56a9a60cd5b8c0a8324f to your computer and use it in GitHub Desktop.
Save staycreativedesign/c0ddc1abec1b56a9a60cd5b8c0a8324f to your computer and use it in GitHub Desktop.
:javascript
$("#property-images").sortable({
update: function(e, ui) {
Rails.ajax({
url:$(this).data('url'),
type: "PATCH",
data: $(this).sortable('serialize'),
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment