chat-example icon indicating copy to clipboard operation
chat-example copied to clipboard

Update index.html

Open chiangtor opened this issue 9 years ago • 2 comments

The javascripts within the script tags requires dom loaded. So warpped with :

$(function(){
  // existing javascripts.
});

chiangtor avatar May 08 '15 01:05 chiangtor

Yup, this really needs to pulled in! Was tearing my hair out until I realized this was the fix.

LOZORD avatar Jan 16 '16 20:01 LOZORD

In http://socket.io/get-started/chat/ :

Now in index.html I add the following snippet before the </body>

Please upgrade to "after" or accept the use of "ready" I lost a few hours to find my mistake. Personally I used "ready" as solution.

eduardomazolini avatar Sep 02 '16 01:09 eduardomazolini