You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(i,name){class2type["[object "+name+"]"]=name.toLowerCase()})
我认为是这样的
分支2 是 selector 是字符串的情况下处理
zepto.fragment()
的, 像$('<div>')
分支5 引用类型下,不是数组,不是对象,未知名引用自动转为 html 调用
zepto.fragment()
的, 我也具不出拿例子, 或者是 $(zepto collection) ?但添加了还是有作用的,逻辑上面的严谨.
The text was updated successfully, but these errors were encountered: