日期:2014-05-17  浏览次数:20780 次

菜鸟提问:各位大虾 jequry中这么写可以吗?
就是实现那种点击高亮的效果 点击第一行 第一行高亮 其他的不亮 点击第二行 第二行高亮 其他不亮 这样

$(function(){
  $("show").parent().parent().click(function(){
  $(this).addClass("select").siblings().removeClass("select");
  })
})

怎么实现不了呢 求救啦 谢谢

------解决方案--------------------
把你html代码页贴过来。。。