javascript - Running a jQuery function with HTML5 WebSockets -


i started messing around html5 websockets , wondering if it's possible run jquery functions through them.

for example, have 2 web pages (on same domain). pagea.html have button, when clicked, run function on pageb.html - users connected pageb.html see function run (perhaps animation).

what best way go be?


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -