jquery列表,点击反应

$(document).ready(function() {
$('#product-type>a').click(function () {
$("#product-type>a").eq($(this).index()).css("background-color", "yellow");
});
});
posted @ 2017-06-02 16:19  若白衣卿相  阅读(448)  评论(0编辑  收藏  举报