导读:近期更新了《isPlainObject》的相关内容,包括《剖析jQuery中isWindow与isPlainObject在跨框架(iframe)判断时的缺陷》。如果 isPlainObject 对你有帮助,请转发和分享本内容。知识因分享而拥有更大能量,感谢您成为这传播链条中的重要一环。
剖析jQuery中isWindow与isPlainObject在跨框架(iframe)判断时的缺陷 页面里嵌入iframe后,jQuery自带的isWindow和isPlainObject还能准确判断对象类型吗?答案并非总是肯定的。isWindow依赖obj.window属性,跨域iframe中访问该属性会直接触发SecurityError,导致判断流程崩溃;isPlainObject在老版本jQuery中依赖constructor与当前窗口的Object做比较... 栏目:jQuery 时间:08-28 jQuery isPlainObject iframe