我的网络应用程序包含一些将插入到 div 中的可拖动元素,我想在用户单击时收听插入到 div 中的此元素
我想要的是捕获点击的jquery函数,如果点击的元素在div中做某事
该元素有一个可移动的类
<button class="month draggable removable btn" id="01" month="01">Janvier</button>
这将拖动元素的 div
<div class="execute droppable" style="width: 800px;height: 200px;margin-left:10%;margin-top: 3%;border-style: dashed;border:0.5" >
</div>