Interface sortables has a couple of little quirks like this. It is still an
official plugin, meaning major bugs (regression issues) are fixed, but no
new features are being added. The focus of development is on the next
version, a rewrite (which should more easily support updates for issues like
this) as part of a new plugin library called jQuery UI. It is being prepared
for release on Sep. 3. See:

http://docs.jquery.com/UI

for more info. It looks like the docs for sortables are not done yet, but
will be over the next few days. Stay tuned.

- Richard

On 8/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> 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
>
>

Reply via email to