[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 great

[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: stuff stuff stuff 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 dragging and it's now: stuff stuff stuff I can us