Cats and Code
>^..^<    A Feline-Friendly Space on the Interwebs    >^..^<
A Feline-Friendly Space on the Interwebs

>^..^<   

Sorting and Arranging

←   Return

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

Organize List of Names - Code

Download

CLICKDROP1/inc

Organize and Select List of Names - Code

Download

CLICKDROP2/inc

Organize Names and Images - Code

Download

CLICKDROP3/inc
CLICKDROP3/images