Posts by V.Pereira • 1 point
1 post
-
0
votes1
answer838
viewsQ: Uncaught Referenceerror: $ is not defined in shopping cart
Why the error occurs Uncaught ReferenceError: $ is not defined in the code below? $(function funcao(){ $(document).on('keydown', '#busca', function(){ console.log('I\'m working'); }); }); HTML…