admin管理员组文章数量:1431426
I am trying to store data with a unique ID into the browser's storage, from say a
using jStorage and jQuery. I am then trying to read the data using the unique ID from, say b
. But jStorage.get('UniqueID')
is not working, and it's not showing the desired output.
Can anyone help me with reading browser storage cross-domain?
I am trying to store data with a unique ID into the browser's storage, from say a.
using jStorage and jQuery. I am then trying to read the data using the unique ID from, say b.
. But jStorage.get('UniqueID')
is not working, and it's not showing the desired output.
Can anyone help me with reading browser storage cross-domain?
Share Improve this question edited Oct 22, 2012 at 21:46 Whymarrh 13.6k15 gold badges61 silver badges110 bronze badges asked Oct 22, 2012 at 15:49 user1504657user1504657 811 silver badge3 bronze badges1 Answer
Reset to default 4This article has some information related to cross-domain storage. It offers "the basic technique of using an iframe to access another domain's localStorage
object."
本文标签: javascriptcross domain reading data from browser storageStack Overflow
版权声明:本文标题:javascript - cross domain reading data from browser storage - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745468993a2659661.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论