0

Having the jquery ui layout plugin and two sortable lists elements drag/drop in only one direction. See example: http://layout.jquery-dev.net/demos/droppable.html Each list is in a different pane.

I can't make elements do drag/drop to either list regardless I set the property connectWith: "ul" to each sortable list.

user1791567
  • 1,388
  • 1
  • 16
  • 29

1 Answers1

0

Found my problem. float:left directly applied to the

  • was messing all up.

    Also found this post: jquery sortable list accross different panes

  • Community
    • 1
    • 1
    user1791567
    • 1,388
    • 1
    • 16
    • 29