美文网首页
jQuery源码解析 - 传入参数的研究

jQuery源码解析 - 传入参数的研究

作者: 凸小布 | 来源:发表于2017-03-14 11:18 被阅读21次

    jQuery源码解析 - 传入的参数

    • ' ' | null | undefined | false | 'abc'
    • 字符串1 - HTML代码片段
    • 字符串2 - 选择器
    • 数组 - 真数组 | 伪数组
    • DOM | object对象
    • 基本数据类型

    init.isString()
    init.trim()
    init.html()

    相关文章

      网友评论

          本文标题:jQuery源码解析 - 传入参数的研究

          本文链接:https://www.haomeiwen.com/subject/abicnttx.html