Posts by Jow • 15 points
1 post
- 
		-5 votes1 answer115 viewsQ: My if ever falls on IsI need to turn down the volume of <audio> by clicking the arrow below, but the if is not working, never gets into the else. Why? Code: $(document).keyup(function(e) { if (e.keyCode == 40) { if…