You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: