[jQuery] Re: jquery UI sortable, how can i get the text of the that i just moved ?

2010-01-04 Thread MorningZ
> i tried: $(ui.item).text() but i get an ui is not defined error that would potentially be a valid way to do it, but without any of your code to work with, it's hard to help with that

[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

[jQuery] Re: jquery ui sortable

2009-02-17 Thread Richard D. Worth
See the 'update' event and the 'toArray' method: http://docs.jquery.com/UI/Sortable#events http://docs.jquery.com/UI/Sortable#methods If you have any further questions about this or other jQuery UI plugins, please note there's a dedicated mailing list for jQuery UI: http://groups.google.com/gro

[jQuery] Re: [jquery-ui] sortable problem ...

2007-10-23 Thread Harrie
i face this mistake and you can access this page:http://dev.jquery.com/ browser/trunk/ui/current/ui.sortable.js?rev=3666

[jQuery] Re: [jquery-ui] sortable problem ...

2007-10-05 Thread Jörn Zaefferer
Michael Stuhr schrieb: in addition to this, i'm getting constantly errors while trying out the demo under: http://docs.jquery.com/UI/Sortables/sortable#options firebug keeps tracing errors after dropping one of the items ... i had to reload the whole page to stop this. I can second that. Thou