[jQuery] Sortable list - even when list is changed

2010-02-21 Thread rafald
Hello, I just started to user jquery. Its very good , though as the beginner I have some issues ;-) I have sortable llisty build like this: ul id=elements li id=li1Item 1/li . /ul in functions.js I have this: $(function(){ $(#elements).sortable(); $(#elements).disableSelection(); }); This

Re: [jQuery] Sortable list - even when list is changed

2010-02-21 Thread Nathan Klatt
Hi Rafal, In what way does it not work? I transcribed your code into jsbin and it seems to be fine, though I don't have any roundbox styling being applied: http://jsbin.com/oququ3/edit Nathan