[jquery-ui] Re: sortable serialize

2009-10-19 Thread Cyril Lopez
2009/10/18 wings > > take a look at this: > http://stackoverflow.com/questions/187073/jquery-sortables > > On Oct 8, 1:55 pm, Bert wrote: > > jQuery(".sortable").sortable({ connectWith: ".sortable" }): > > > > Next I want to have some array (in php) like this: > > > > array( > > 'block_1' =>

[jquery-ui] Re: sortable serialize

2009-10-18 Thread wings
take a look at this: http://stackoverflow.com/questions/187073/jquery-sortables On Oct 8, 1:55 pm, Bert wrote: > Hi there, > > I have three sortable lists like: > > >     Content >     Content >     Content > > > >     Content > > > >     Content >     Content > > > And I have put this jav

[jquery-ui] Re: sortable serialize disables sorting/dragging

2009-02-12 Thread aguido
nevermind, i found the problem with my implementation, thanks. On Feb 12, 1:04 am, aguido wrote: > with the code used below (clipped some for readability), i lose the > ability to drag and drop my list items, when i remove the 'serialize, > {key: 'order'} from the .sortable(). i regain dragging