Thread: Sortable Lists
View Single Post
05-07-2006, 08:41 AM
#1
jono1 is offline jono1
jono1's Avatar
Status: Non-conformist
Join date: Jul 2005
Location: Canberra, Australia.
Expertise:
Software:
 
Posts: 1,172
iTrader: 0 / 0%
 

jono1 is on a distinguished road

  Old  Sortable Lists

I'm trying to create sortable lists (unordered lists where the items can be rearranged by the user dragging/dropping them). Scriptaculous includes this functionality, but the latest version doesn't seem to work reliably cross-browser - eg in firefox the items will move when you drag them, but just snap back to their original position - the list wont resort.

Does anyone know of any other Javascripts that will let me do this? Or a tutorial? Or something?

Thanks

EDIT: I figured it out. I had <span>'s inside my <li> tags and apparently Scriptaculous didn't like that.