标签:click color this cti 选项 function lin pre hid
jq代码
$(‘#fenlei_title span‘).click(function() {
$("#fenlei_title span").eq($(this).index()).addClass("current").siblings().removeClass(‘current‘);
$(".J_pic").hide().eq($(this).index()).show();
});
标签:click color this cti 选项 function lin pre hid
原文地址:http://www.cnblogs.com/chenmiaosong/p/7991292.html