Open JasminDreasond opened 5 years ago
$("#searchuser").tagit({ allowDuplicates: false, tagLimit: 1, availableTags: memberlist.users, afterTagAdded: function (event, ui) { // do something special console.log(ui.tag); console.log('Nyah 2'); } }).on("afterTagAdded", function (event, ui) { // do something special console.log(ui.tag); console.log('Nyah'); });
I tried the classic example and the on. Nothing :c
I tried the classic example and the on. Nothing :c