I am trying to create a sortable image matrix, 5×5 using scriptaculous javascript library by I can’t make it work.
I am trying using a table but I am having trouble linking the <td> into the Sortable object.
Do you guys have any hint or documentation I can go through to create this ?
Thanks
Use floating DIVs, not tables.
1) Create a class in your stylesheet for your boxes.
2) Make a container for your boxes. and put the boxes inside.
3) Make your Sortable
There is a demo of this type of thing available here.
Drop me a line if you need more help.