会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
前端小蜗牛
博客园
首页
新随笔
联系
管理
订阅
2014年7月28日
jquery源码--isWindow isArraylike makearray
摘要: 1.$.isWindow 判断是不是window对象var isWindow = function(obj){ return obj != null && obj == obj.window;//window对象有个window属性指向自己 }2.isArraylike 判断一个对...
阅读全文
posted @ 2014-07-28 22:58 前端小蜗牛
阅读(502)
评论(0)
推荐(0)
公告