Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
When i was applying draggable and sortable i discover a difference between the
ui.itemthat is given to thebeforeStopand thereceiveevent.For both the api description is:
"The jQuery object representing the current dragged element."
http://api.jqueryui.com/sortable/#event-receive
http://api.jqueryui.com/sortable/#event-beforeStop
but when i modify
ui.itemin thereceivecallback the origin dragged item is modified, but not the dropped item. While i modify theui.itemin thebeforeStopevent the dropped item changes and not the origin (i my case the lastest was desired).Is it possible to describe in the documentation bit more elaborated what the
uiobject is? or what the context is of the callback event.With this information the differences between the events become more clear imho.
The text was updated successfully, but these errors were encountered: