[jQuery] Re: JQuery UI Sortable based on DIVs

2009-08-04 Thread EugeneS
o ... thanks a lot :) its time to get some rest ... coz patience now = 0 :) once again thanks :) On Aug 4, 12:43 pm, "Richard D. Worth" wrote: > .sortable() needs to be called on the container element #trip_content, not > each child. Then you can use the handle option to make each child sor

[jQuery] Re: JQuery UI Sortable based on DIVs

2009-08-04 Thread Richard D. Worth
.sortable() needs to be called on the container element #trip_content, not each child. Then you can use the handle option to make each child sortable only by the .itemHeading: $("#trip_content").sortable({ handle: ".itemHeading" }); - Richard On Tue, Aug 4, 2009 at 5:32 AM, EugeneS wrote: > >

[jQuery] Re: JQuery UI Sortable based on DIVs

2009-08-04 Thread EugeneS
here i made a small sample so you can see the problem in action http://zaslugi.ru/temp/demo.html coz i already posted request here will try to receive help here to bot create multiple clones ... and then will try to post in UI group :\ Thanks. On Aug 4, 11:42 am, "Richard D. Worth" wrote: > C

[jQuery] Re: JQuery UI Sortable based on DIVs

2009-08-04 Thread Richard D. Worth
Could you put together a live sample on jsbin.com: http://jsbin.com/ Also, note there's a dedicated list for jQuery UI questions: http://groups.google.com/group/jquery-ui Thanks. - Richard On Tue, Aug 4, 2009 at 4:05 AM, EugeneS wro

[jQuery] Re: JQuery UI Sortable based on DIVs

2009-08-04 Thread EugeneS
sorry this URL http://www.screencast.com/t/LNfPgoOWUf7