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

2010-01-04 Thread kknaru
what i'm trying to do is to get the text that is contained by the moved li, after the list item was moved. Is there a way to do that? i tried: $(ui.item).text() but i get an ui is not defined error (i imported just jquery.js, ui.core.js and ui.sortable.js , do i have to import something else?) tha

[jQuery] JQuery UI Sortable based on DIVs

2009-08-04 Thread EugeneS
hello, have such a structure in HTML which finally looks like shown on this image http://www.screencast.com/t/LNfPgoOWUf7: -- Johannesburg Depart:

[jQuery] jquery ui sortable

2009-02-17 Thread Ashit Vora
Hi, I was just playing with jQuery UI sortable. Whenever an element is sorted, I want to call a function. eg. There are five paragraph elements containing A, B, C, D, E. After every sort, I want to check it the current order is EDCBA or not. How can I do this? Thanks :)

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

2007-10-05 Thread Michael Stuhr
I have problems getting some of the the callback functions to work. 'stop' and 'update' refuse to work for me. here's some example code i'm using: Item 1 Item 2 Item 3 Item 4 Item 5 $j('#List').sortable({ start:function () { c