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"}
});
Building Social Web Applications
Gavin Bell / O'Reilly Media / 2009-10-1 / USD 34.99
Building a social web application that attracts and retains regular visitors, and gets them to interact, isn't easy to do. This book walks you through the tough questions you'll face if you're to crea......一起来看看 《Building Social Web Applications》 这本书的介绍吧!
