$(document).ready(function(){
var $obj = $(“ul.tab_detail_pro li a”);
var $show = $(“.des_detail_pro”);
$show.hide();
$show.eq(0).show();
$obj.click(function(){
$show.eq(0).fadeIn();
$val = $(this).attr(“name”);
$show.hide();
$(“.acctive”).removeClass(“acctive”);
$(this).parent().addClass(“acctive”);
$show.eq($val).fadeIn();
return false;
});
});
Than siêu tốt, giá siêu rẻ
Reviews
There are no reviews yet.