标签:ring jquery div function prototype 定义 pre 如何 alc
(jQuery.fn.myMethod=function () { alert(‘myMethod‘); })
(function ($) { $.fn.extend({ myMethod : function () { alert(‘myMethod‘); } }) })(jQuery)
js String扩展方法
String.prototype.repalceA=function(){ return this.replace(/a/g,‘A‘) }
‘asdasdasd‘.repalceA()
"AsdAsdAsd"
标签:ring jquery div function prototype 定义 pre 如何 alc
原文地址:https://www.cnblogs.com/lwwen/p/10412800.html