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

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -