/ender-postmessage

ender postMessage: Simple and easy window.postMessage communication

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

ender-postMessage: Cross-Domain Messaging

Version: 0.1.2, Last updated: 5/26/2011

Based on Ben Alman's jQuery-postMessage http://benalman.com/projects/jquery-postmessage-plugin/

ender-postMessage enables simple and easy window.postMessage communication in browsers that support it (FF3+, Safari 4+, IE8+), while falling back to a document.location.hash communication method for all other browsers (IE6, IE7).

Release History

0.1.2 - (5/26/2011) Ender integration 0.1 - (5/23/2011) Initial Fork and Release

License

Dual licensed under the MIT and GPL licenses.

original jQuery-postMessage code: Copyright (c) 2009 "Cowboy" Ben Alman
Dual licensed under the MIT and GPL licenses.
http://benalman.com/about/license/