taggingJS icon indicating copy to clipboard operation
taggingJS copied to clipboard

unfocus event

Open benoitwimart opened this issue 9 years ago • 0 comments

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 ?

benoitwimart avatar Jun 02 '15 13:06 benoitwimart