$('.one_table').on('mouseenter mouseleave', function(e){ if ( e.type == 'mouseenter' ) $('#table_like'+($(this).attr("id"))).fadeIn(); else $('#table_like'+($(this).attr("id"))).fadeOut(); });