标签: jquery
我返回用这个点击的元素的数量:
$(".accordian li").click(function(){ var accordianNo = $(this).index(); });
有没有办法可以让数字从1开始而不是0?