jquery-postmessage icon indicating copy to clipboard operation
jquery-postmessage copied to clipboard

jQuery postMessage: Cross-domain scripting goodness

Results 17 jquery-postmessage issues
Sort by recently updated
recently updated
newest added

workaround for IE8 (see http://www.felocity.com/article/window_postmessage_problems_and_workarounds_for_ie8)

Maybe source_origin could support also arrays. In this way receiveMessage() can be invoked in following way: ``` $.receiveMessage(function(e) { .... }, [ 'http://example.com', 'http://test.example.com', 'https://example.com' ]); ``` The change should...

Hello, The source code is actually barely dependent on jQuery which is a huge library. Using this for a bookmarklet script, I would very much like to avoid downloading jQuery....

I recently tried using jquery-postmessage with jQuery 1.8.3 and 1.8.2 and found that those versions appear to break this plugin, but it does work with jQuery 1.8.1. For now I...

I am passes messages from an iframe back to the parent web page without any problems in Firefox. However,in IE8, I am not seeing the messages. The problem seems to...

https://github.com/cowboy/jquery-postmessage/blob/master/jquery.ba-postmessage.js#L67 You probably couldn't get it to work because postMessage() used to be on document. Opera's implementation predated the specification of window.postMessage(). Would be nice to fix this, because it's...

Hi, I am getting the following error in Firefox 3.6 on Windows 7: --- An invalid or illegal string was specified" code: "12 (function($){var g,d,j=1,a,b=this,f=!1...a:o.replace(n,"")})}},k)}}}})(jQuery); --- Following error shows up...