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.
是否可以将可拖动的 JQUERY-UI 与使用 jquery 的 .load 函数异步导入的元素一起使用?我想我需要使用 .on 或 .bind,但无法找出可行的方法......
我只会使用 .load 回调来分配可拖动属性:
$("#containerselector").load('path', function () { $(this).find( "elementsthatshouldbedraggableselector" ).draggable(); });