YUI 之getLocation

关于Y.getLocation的简介是jquery

Returns the `location` object from the window/frame in which this YUI instance operates, or `undefined` when executing in a non-browser environmentweb

意思就是从window/frame中的YUI实例运行时,或者没有浏览器环境下,返回一个Location对象,缘由是低版本的chrome和safafi会有一个Bug存在chrome

[WebKit Bug 34679](https://bugs.webkit.org/show_bug.cgi?id=34679)浏览器

当你在一个dom

location

当咱们再随意点击一个连接后,经过后退再次返回这个函数所存在的页面时,在safari(5.1.7)中,前两个变成了undefined,函数

测试地址http://benalman.com/code/projects/jquery-hashchange/examples/bug-safari-back-from-diff-domain/oop

 

YUI的解决方案测试

location
相关文章
相关标签/搜索