Thursday, October 12, 2017

Failed to load resource: the server responded with a status of 404 (Not Found) Uncaught ReferenceError: jQuery is not defined

Failed to load resource: the server responded with a standing of 404 (Not Found) /socket.io/socket.io.js

Uncaught ReferenceError: jQuery is not defined
Solution:
replace
jQuery(function($){
with
$(document).ready(function($)