日期:2014-05-16 浏览次数:20565 次
for(循环){ echo "<a>";红色标注的就是整个每个标签对应的值。
echo "<i class=\"dapei_partleft\"></i>";
echo "<span class=\"dapei_partmiddle\" title='$type_category_name' name='$type_category_id' >$type_category_name</span>";
echo "<i class=\"dapei_partright\"></i>";
echo " </a>";}
$(function(){
$('.dapei_partmiddle').each(function(){
$(this).click(function(){
$(this).html($(this).attr('name'))
})
})