I had built my own CMS and I need to create an AJAX script to arrange elements in the website. I will need one similar to the WordPress one, when you have to arrange the widgets in the siderbar.
Could someone help me with a link to a tutorial or something?
Thanks
Here is a fiddle with some of the functionality you want: http://jsfiddle.net/maniator/26UNk/
JS:
Here’s a tutorial using Prototype/Scriptaculous:
http://webdesign.torn.be/tutorials/javascript/prototype/sort-images-with-prototype/
I’m sure there are tens of tutorials available using various Javascript libraries or plain Javascript. Try searching for ‘drag drop javascript’ or ‘sortable list javascript’.