[jQuery] Re: UI/Sortables beginner understanding problem

2008-10-15 Thread tlob
I tried the change param: $(#staerke2).sortable({ opacity: 0.5, change: console.log(changed), connectWith: [#staerke1] }); but it shoots, when the list is inialized. so no Luck here... Can anybody help me out? Thx tom

[jQuery] Re: UI/Sortables beginner understanding problem

2008-10-15 Thread tlob
I solved the problem with the numbered li. But how can I catch the event when I drag a li around? the change, update, start, sort, stop, beforeStop, recieve, remove, over, out, activate, deactivate are firing when the page loads, not when I sort around. sigh! $(#staerke2).sortable({