[jQuery] Re: Interface Sortables in a scrolling div

2007-06-29 Thread Marshall Salinger
I have added the iautoscroller to the sortable and now it scrolls the div which is great. But I am still having trouble with how the sortables behave when you scroll down and drag one. Can anyone with experience with using the interface library assist me with this? Any pointers would be

[jQuery] Re: Interface Sortables

2007-06-11 Thread Michael Price
Hi Robert, Sorry for the delayed reply but your post gave me a good starting point - this is how I did it in the end: $(document).ready(function() { $(#pagelist).Sortable({ accept: dragtag, axis: vertically, onchange: function() {

[jQuery] Re: Interface Sortables

2007-06-07 Thread Robert O'Rourke
Michael Price wrote: Hi, Say I've got this list: ul id=sortable li id=element1stuff/li li id=element2stuff/li li id=element3stuff/li /ul Using Interface sortables I want to get a comma separated list of list item IDs after I've done some dragging. Say I've been doing some