Click and Drop Sorting 1
2020-06-17
Click and drop is an alternative to 'drag and drop' and is used for sorting items in a list.
The code is in PHP with 2 Javascript functions - one that is called when a list item is selected a... Read More
Click and drop is an alternative to 'drag and drop' and is used for sorting items in a list.
The code is in PHP with 2 Javascript functions - one that is called when a list item is selected a... Read More
As an alternative to sorting items on a list, this demo uses images instead of list items. To move a picture from one location to another, click on a picture to be moved, then click the postion t... Read More