我有一个网页,我在其中结合使用jQuery UI和tinyMCE.
我添加了一个自定义按钮,打算使用此按钮拖动可拖动的文本字段:
代码:
editor.addButton('drag',{
text: 'Drag',icon: false,onclick: function() {
// somehow add the class '.handle' to the drag button
}
});
}
最佳答案
原文链接:https://www.f2er.com/jquery/427742.html