I try to use "this" for hide an element in mouseenter event and doesn't work.
I try:
this.hide();
sym.this.hide();
sym.$(this).hide();
$(this).hide();
but nothing, why?
I try to use "this" for hide an element in mouseenter event and doesn't work.
I try:
this.hide();
sym.this.hide();
sym.$(this).hide();
$(this).hide();
but nothing, why?