mattheworiordan / jquery.simulate.drag-sortable.js

Simulate drag events within a JQuery UI Sortable widget (primarily for integration testing)
MIT License
70 stars 19 forks source link

listItem option doesn't work #7

Open kalifs opened 12 years ago

kalifs commented 12 years ago

I changed sibling.next(listItem) to sibling.nextAll(listItem).eq(0) then it worked. I did same thing with prev

mattheworiordan commented 12 years ago

@kalifs, I am not sure I understand the problem. Any chance you could provide a code example of the problem and or fix?