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