$("ul li").click(function()
{
$(this).addClass("active").siblings().removeClass("active");
})
{
$(this).addClass("active").siblings().removeClass("active");
})
2017-02-24
<span class="glyphicon glyphicon-heart" style="color:red"></span>
2017-02-23
注意!!!!data-target=“#id的值” #一定要有,不然不会跳转,我会告诉你这块我挠头半个小时了么..特喵的
2017-02-23