Sorry, didn't know that. I've placed it over there :)
On Mar 17, 12:46 pm, "Richard D. Worth" <rdwo...@gmail.com> wrote: > You may want to ask over here: > > http://groups.google.com/group/jquery-ui > > - Richard > > On Tue, Mar 17, 2009 at 6:32 AM, bart <b...@ivwd.nl> wrote: > > > Hi all, > > > I have a div which I've set a sortable to, the sortable items in the > > div are images. > > > $("div#pics_new").sortable( > > { > > axis: 'x', > > cursor: 'move', > > opacity: 0.7, //0.01 - 1 > > placeholder: 'newplace', > > forcePlaceholderSize: true, > > update: SetOrder > > }); > > > On document.ready the div is loaded empty and the images are > > dynamically being add to it. I experience the sortable __does__ work > > this way, but a lot worse than how it would if the images were there > > right from the start. Does this too have something to do with > > rebinding events? Because the images weren't there on load?