Window postMessage jQuery plugin

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-06 14:43:51

软件介绍

该插件实现了跨窗口的消息传递。现在很多浏览器都支持通过 windows.postMessage 跨窗口、跨域、跨源的消息传递,该插件就是对 windows.postMessage 方法进行简单封装,提供 jQuery 风格的调用方式。

示例代码:

pm({
  target: window.frames["example1"],
  type:"message1", 
  data:{hello:"world"}
});

本文地址:https://codercto.com/soft/d/22791.html

The Shallows

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》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换