logo

New Response

« Return to the blog entry

You are replying to:

  1. My quick-and-dirty-fix removed the listeners on the node. :

    This bookmarklet does the same (and sets the position to static, like the article suggested):

    javascript:void $$('#NewOrder li').each(function(node){node.removeAttribute("style");node.style.position="static";})

    Some of the nodes still are out of order after drag/drop (I override the list-style using web accessibility toolbar).. Could maybe have something to do with styles from the stylesheet?

    The reason I'm taking an interest in this is that I had planned using CSS to display sort order for the user (making it seem like instant resorting), on a future project at work.

    The real sorting would happen backend.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment:


[