Commit de11a825 by doszhang

dos

parent 86f9002c
......@@ -178,8 +178,15 @@ $(document).ready(function () {
delay: 100,
direction: 'horizontal',
onChoose: function (event) {
console.log(event);
const dragEl = event.item;
dragEl.find('.btn-checked-item-delete').css('opacity', 0);
},
onUpdate: function (event) {
},
inEnd: function (event) {
const dragEl = event.item;
dragEl.find('.btn-checked-item-delete').css('opacity', 1);
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment