摘要: 参数:even (Function): 第奇数次点击时要执行的函数。 odd (Function): 第偶数次点击时要执行的函数。 示例:$("p").toggle(function(){ $(this).addClass("selected"); },function(){ $(this).rem 阅读全文
posted @ 2016-05-11 11:41 N神3 阅读(741) 评论(0) 推荐(0)