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.
在一个有大约十几个可拖动 div 的 jQuery 重型 web 应用程序中,不是手动向每个单独添加相同的拖动事件,是否可以告诉 jQuery 每个可拖动的应该具有相同的拖动事件?
我需要更多信息,但你能做这样的事情吗:
<div class="draggable-div"></div> $("div.draggable-div").each(someDragunction);