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
Post a Comment