摘要:
$(this).hover(function(event){ $(this).addClass("cur"); event.stopPropagation(); return false; },function(event){ $(this).removeClass("cur"); event.stopPropagation(); return false; }); 阅读全文
posted @ 2013-11-07 11:33
kwishly
阅读(1746)
评论(0)
推荐(0)
浙公网安备 33010602011771号