Nora

Results 8 comments of Nora

This seems to do the trick http://jquery.malsup.com/cycle2/demo/manualFx.php

Why don't you google it? https://github.com/stephband/jquery.event.move

> The only purpose of assigning the archive to a page that I can see is so that the archive can be set to the front page of the site....

I don't think this is a bug. Just set a style for your defined "errorClass" for your placeholder, ie. give it a red background and it will make more sense.

I edited the _clearEmpty (v. 2.1a) This seems to work for me. ``` #816 because :empty includes text nodes as child elements - hasChildren = childrenList.is(':not(:empty)'); + hasChildren = childrenList.has('li').length;...

I think you will just want to "refresh" the sortable when relocating. ``` relocate: function () { $('.menu-tree-li').nestedSortable("refresh"); } ``` Have a look at #63 , my version of _clearEmpty...