Olá...estou obtendo o seguinte erro no meu console javascript ao clicar em um link de menu:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/. jquery-1.11.3.js: 9625
GET http://localhost:8080/WebContent/js/jquery-1.11.3.js?_=1433937118858 404 (Not Found) jquery-1.11.3.js: 9664
Uncaught SyntaxError: Unexpected token < jquery-1.11.3.js: 339
A chamada do meu link está assim:
<li><a href="#" onclick="$('#conteudo').load('entradados.html');return false">DO's - Entradas(l)</a></li>
Como posso resolver isso ?