$(function(){ $(".ptxts ul li").hover(function(){ $(this).find(".pro_new_div").stop().css("top","0px") $(this).find("img").css("transform","scale(1.2)"); },function(){ $(this).find(".pro_new_div").stop().css("top","-100%") $(this).find("img").css("transform","scale(1)"); }) $("table").wrap("
"); $("table").wrap("
"); $(".carousel-inner .item").eq(0).addClass("active"); $(".carousel ol li").eq(0).addClass("active"); });