[jQuery] Re: Problems with Interface Sortables

2008-01-15 Thread benjam
Ok, if nobody has any suggestions for my problem, is there another way that I can allow users to re-order elements on screen and get the order of those elements upon form submission?

[jQuery] Re: Problems with Interface Sortables

2008-01-15 Thread benjam
Ok, I got it fixed. For anybody else who may be having the same issues, try removing the following from your Sortable setup: containment: 'parent' that is what was breaking the script, not sure why, but it was.

[jQuery] Re: Problems with Interface Sortables

2008-01-10 Thread benjam
Anybody?