I've got a question about using sortable in a multilevel list.

In a CMS I'm using jQuery UI sortable to order my menu items. The system works in all browsers, but in IE it won't work. I've made a standalone version where you can see the problem: http://hhwcms.nl/temp/ When you try to order a sub menu you get the problem, the parent item will follow your mouse. In Firefox I can just drag the sub item, but in Internet Explorer the parent will follow. I've posted my source code on pastebin: http://pastebin.com/GE7s10GU

Hopefully could somebody help me.

Thanks in advance!

link|improve this question
feedback

1 Answer

Sorry for the brief answer but I'm just on my way out of the door. Have you tried using .live() to bind to the events? I had a problem in jQuery with IE and switching over to .live() seemed to help.

link|improve this answer
I've founded the same problem on Stackoverflow and that anwser helped me. stackoverflow.com/questions/4333387/… – RickDoorakkers Apr 13 '11 at 8:49
Ok great, glad you sorted it. – Henry Garle Apr 13 '11 at 9:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.