Created
May 24, 2019 03:18
-
-
Save staycreativedesign/c0ddc1abec1b56a9a60cd5b8c0a8324f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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