Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请看看为什么我不能绑定拖放功能。请参阅我的代码here 我已经放置了一些控制台日志来跟踪流程,并且由于'drag init'和'drop init'根本没有打印,它似乎没有执行绑定事件。
您需要在调用之前定义您的drag和绑定的处理程序。如果 Knockout 遇到不存在的绑定(在您的情况下它们还不存在),那么它会忽略它们。dropko.applyBindings
drag
drop
ko.applyBindings