99智能网
新记
jquery中$.fn. abc=function(){}和$.fn.extend({abc:function(){}})是什么区别
如题所述
举报该文章
相关建议 推荐于2016-08-30
jQuery.fn = jQuery.prototype。
$.fn.abc是在$.fn命名空间下定义一个abc的方法,给jQuery对象添加方法。
$.fn.extend为扩展jQuery类本身.为类添加新的方法。
温馨提示:内容为网友见解,仅供参考
当前网址:
https://99.aolonic.com/aa/bzvwebbe7.html
其他看法
无其他回答
相似回答
大家正在搜
相关问题
jquery中$.fn. abc=function(){}和...
jquery 语法 $.abc=function(){}什么...
$.fn.pluginName = function(){}...
jQuery.extend和jQuery.fn.extend...
JQuery 的$.fn.extend定义的方法调用
jQuery.extend和jQuery.fn.extend...
jquery $.a = function(){}是什么意思...
jQuery.extend和jQuery.fn.extend...