[jQuery] Re: Interface Sortable -- Cancel A Drop

2008-02-06 Thread Bitruder
Does anybody have any idea how I could do this? Is there a function I can override or something? On Feb 3, 11:19 pm, Bitruder <[EMAIL PROTECTED]> wrote: > I have several lists with elements ('s) that can be sorted among > the different lists. However, a few elements CANNOT

[jQuery] Interface Sortable -- Cancel A Drop

2008-02-03 Thread Bitruder
I have several lists with elements ('s) that can be sorted among the different lists. However, a few elements CANNOT be sorted outside of their own list. They are differentiated with an additional class name. How can I (a) detect this and (b) cancel the drop and return the item to its original

[jQuery] FlyDOM + New Input Field != New Field being Submitted

2007-12-21 Thread Bitruder
I'm using jQuery + FlyDOM to add new elements dynamically after page load to the DOM tree. I'm adding new input fields this way. They are clearly within tags (added as children to a within the ). However, when I submit the form, only the pre- existing input fields get submitted and show up in P