5 ms·
Do you have an example of something cool done with postmessage? I've never seen that term before.
by thechangelog 15y ago
Do you have an example of something cool done with postmessage? I've never seen that term before.
- catshirt 15y agoi threw some example code [1] on gist to supplement my comment. i modified it a bit and didn't test it- but it used to work- so probably still good for reference. it's also not very pretty. questions, comments, concerns welcome. essentially, it gives you two-way communication to your server on any arbitrary domain- that's pretty powerful! [1] https://gist.github.com/1020251 https://gist.github.com/1020251
- buddydvd 15y agoInstead of polling, you can define event handlers for <script>'s onload and onreadystatechange event to detect when jQuery gets loaded. See Ben Alman's jQuery bookmarklet generator for an example: http://benalman.com/code/test/jquery-run-code-bookmarklet/ http://benalman.com/code/test/jquery-run-code-bookmarklet/