Hi All,
I'm trying to create asortable list of categories. The file that
generates the list will be loaded into a div using $
('#content').load('cateList.php').
The sortable works fine the first time the file is loaded, however, if
I move to a different set of content in the same div (called in the
same way) and then back again, when I try to sort the elements again
they are removed from the <ul> and placed at the end of the code.
Therefore being displayed in a somewhat bizarre location... :o)
I'm sure that this is just something simple I'm missing in the
initialisation...
Has anyone else, more experienced, come across the same problem? I've
only ben experimenting with JQuery for a few days, moving across from
scriptaculous / prototype. Any guidance would be gratefully received.
Thanks in advnace
Keith