$(document).ready(function () { $('.submn-tit h2').addClass('wow fadeInDown'); $('.submn-tit p').addClass('wow fadeInDown'); $('.submn').addClass('animated wow fadeIn'); $('.board_output .board_output tbody > tr > td > table > tbody > tr:nth-child(2) > td:first-child').addClass('pf_txt'); $('.pf-area table.board_output table.board_output > tbody > tr > td > table').addClass('pf_wrap'); // $('.pf_wrap').mouseenter(function () { // $(this).find('.pf_txt').slideUp(); // }); // $('.main-nav').mouseleave(function () { // $(this).find('li ul').slideUp(); // }); });