Open Lulun10 opened 8 years ago
Hi,
Is it possible to detect end drag event ? I wan't to call javascript function at the end.
Thanks
$('#pre_table').dragtable({ beforeStop: function( event, ui ) { console.log("asdad"); } });
Hi,
Is it possible to detect end drag event ? I wan't to call javascript function at the end.
Thanks