jquery change event

Associate
Joined
19 Jul 2006
Posts
1,847
Having a practice with jquery making a code cracking app
4 text boxes and if the number in the box matches a stored variable the div should change a different color

Codepen here http://codepen.io/anon/pen/RaOxmL

I think i'm using the .change right but it doesnt seam to be doing anything.

Any pointers?
 
Soldato
Joined
24 Sep 2007
Posts
4,912
Are you sure the div behind all the labels is actually visible? I'm saying the labels may be taking up all the room in the div, therefore you can't see any of the div on screen. You could try setting padding within the div and see if that makes a difference, as then you would see some of the background colour.
 
Back
Top Bottom