Why does this not work?


Why does this not work?
I am doing this as a test for a game..
var lives = 3;
function updatelives(){
$('#displayBox').text(lives);
if(lives === 0){
$('#cross').hide();
$('#cros...

read more...

Share to Facebook Share to Twitter Stumble It Email This More...

Latest Questions

Updated