12
// 增加插件方法,$(""). 选中元素后直接操作$.fn.functionName = function () {}
1234
//jQuery 应用扩展,在命名空间上加方法,直接 $. 操作jQuery.extend({ functionName: function () {}});