0
Why (Uncaught TypeError: $div1.offset is not a function)?
Hello guys, I want create a 2D car game, where dogde obstacles that arrive from the top. In my program -> https://code.sololearn.com/Wxann6l3d3tJ/#js in JS, the function collision() doesn't work. The console return " Uncaught TypeError: $div1.offset is not a function Line:11. Why? What is it? Thank you
2 Antworten
+ 3
dx_button and sx_button variables doesn't exist
Line 36
0
OMG ahahaha you taught me a very useful basic! Thank you very much :)