taggingJS
taggingJS copied to clipboard
unfocus event
I have this in my main code
$('.tagBox').on('click',function(){ $(this).addClass('focus'); });
and add this in your code, but this is ugly
$(self.elem).removeClass('focus');
In the code after self.$type_zone.focusout(function() {
How to make it better ?