Hi all,
I guess I'm having some trouble with combining regular OOP javascript and jQuery.
Here I'm trying to make a simple molewhacking game with jQuery. Somehow the click() method doesn't work anymore when I use my (strangely and unexpectedly working...) slideDown and UP combination-loop. Probably the approach I'm taking is very wrong. Should I put $ before all functions? I just dunno.
Can somebody take a look at the code below and pinpoint me to the solutions and best practices?
thx!