说明: 属性 所有的属性都定义在jQuery.fn.{plugin}.defaults里面。例如,对话框属性定义在jQuery.fn.dialog.defaults里面。 事件 所有的事件(回调函数)也都定义在jQuery.fn.{plugin}.defaults里面。 方法 调用方法的语法:$('selector').plugin('method', parameter); 解释: selector 是jQery对象选择器。 plugin 是插件的名称。 method 是相应插件现有的方法。 par
<weixin_40245436> 上传 | 大小:7mb