用两个class做背景图
.active .div{}
点击事件加在li上,样式写在active下的div里
$('.labelbox li').click(function() { $(this).toggleClass('active'); });