Saturday 15 February 2014

jQuery UI Sortable - Disable sideways movement -


With the jQuery UI sortable function, the user can move the div in any direction. I just want the user to be able to pull it up and down

Sortable to Specify:

< Code> $ (".selector") .sortable ({axis: "y"});

No comments:

Post a Comment