Well, I finally went back to have a look at this problem and found a
better way around it.

Essentially each list (LI) item that you add can have additional
attributes added to it, i.e. :

<LI StartLocation="Hanger">I'm an item example</LI>

When moving it, I can change that attribute with the following code :

$item.attr("StartLocation", "Cargo"); //which I now realise is
something like what you suggested Richard.


I hope that helps someone else out there!

Regards,
Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to