Advertisement
Guest User

section-sorter.js

a guest
Jan 26th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. jQuery(function(o){o(".custom-sortable").sortable({stop:function(t,e){o(this).next().val(o(this).sortable("toArray")).trigger("change")}}),o(".custom-sortable").disableSelection()});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement