Window postMessage jQuery plugin
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/daepark/postmessage
- 软件文档: http://postmessage.freebaseapps.com/
软件介绍
该插件实现了跨窗口的消息传递。现在很多浏览器都支持通过 windows.postMessage 跨窗口、跨域、跨源的消息传递,该插件就是对 windows.postMessage 方法进行简单封装,提供 jQuery 风格的调用方式。
示例代码:
pm({
target: window.frames["example1"],
type:"message1",
data:{hello:"world"}
});
The Shallows
Nicholas Carr / W. W. Norton & Company / 2011-6-6 / USD 15.95
"Is Google making us stupid?" When Nicholas Carr posed that question, in a celebrated Atlantic Monthly cover story, he tapped into a well of anxiety about how the Internet is changing us. He also crys......一起来看看 《The Shallows》 这本书的介绍吧!
