Any sample code on adding event Callbacks listener?
I tried this way
$("#textarea").tagThis({
//hideOriginal : false,
defaultText : '',
interactive : true,
noDuplicates: false,
removeWithBackspace : false,
afterAddTag : callBackAfterAddTag()
});
Callback happened when the page load but not when the tag gets added. May be i am using it wrong way.
Any sample code on adding event Callbacks listener?
I tried this way
$("#textarea").tagThis({
//hideOriginal : false,
defaultText : '',
interactive : true,
noDuplicates: false,
removeWithBackspace : false,
afterAddTag : callBackAfterAddTag()
});
Callback happened when the page load but not when the tag gets added. May be i am using it wrong way.