var avalon = function (el) {
return new avalon.init(el)
}
avalon.init = function (el) {
this[0] = this.element = el
}
avalon.fn = avalon.prototype = avalon.init.prototype
avalon.fn.log = function() {
console.log(this)
}
avalon(document.body).log()
相关文章
- 【codechef】FN/Fibonacci Number
- jQuery原生框架中的jQuery.fn.extend和jQuery.extend
- 设置Fn键 笔记本直接按F1-F12 无须按Fn键 Fn+F12改F12(联想小新300为例)
- 用java递归 fn=f(n-1)+f(n-2) 求n?
- jquery,fn,extend和jquery.extend
- jQuery的$.fn.extend和$.extend使用
- [JSP][JSTL]页面调用函数--它${fn:}内置函数、是推断字符串是空的、更换车厢
- JQuery $ $.extend(),$.fn和$.fn.extend javaScript对象、DOM对象和jQuery对象及转换 工具方法(utility)
- jQuery源码研究分析学习笔记-jQuery.extend()、jQuery.fn.extend()(八)
- JQ插件jquery.fn.extend与jquery.extend