【jquery】一

1
14条改善jQuery代码的技巧 by 帕兰映像
http://paranimage.com/14-tips-to-improve-jquery-code/

2
ot.next()[(V?'slideUp':'slideDown')]();

3
$("input[name='newsletter']").attr("checked", true);
$("input[name!='newsletter']").attr("checked", true);
$("input[name^='news']")
$("input[name$='letter']")
$("input[name*='man']")
$("input[id][name$='man']")

原文地址:https://www.cnblogs.com/jzm17173/p/2521642.html