用两个class做背景图
.active .div{}
点击事件加在li上,样式写在active下的div里
$('.labelbox li').click(function() {
$(this).toggleClass('active');
});
用两个class做背景图
.active .div{}
点击事件加在li上,样式写在active下的div里
$('.labelbox li').click(function() {
$(this).toggleClass('active');
});
转载于:https://www.cnblogs.com/zhouyx/p/7601055.html