99
rated 0 times
[
105]
[
6]
/ answers: 1 / hits: 10143
/ 4 Years ago, mon, december 16, 2019, 12:00:00
I have a problem in tagify library, I need to set data in input type tagify on click some button,
but not set,
this is my code
$(document).ready(function() {
$('#getInfo').on('click', function () {
$('#kt_tagify_1').val('tag name');
})
});
this is my library
https://github.com/yairEO/tagify/blob/master/README.md
More From » php