Sorting and Arranging
← Return to Projects
Click and Drop vs Drag and Drop
There are many situations where you might like to sort and arrange a list of items or images. One option is to use a 'drag and drop' procedure, but since my Javascript skills were not up to figuring that one out, I set up a much simpler 'click and drop' procedure, that still uses Javascript, but is understandable for a novice.
Example 1: Organize a list of names Click Here for Demo:
Example 2: Organize names with the option to select and delete Click Here for Demo
Example 3: Organize names with associated images Click here for Demo