Return to Snippet

Revision: 70465
at February 26, 2016 01:58 by envane21


Initial Code
$('#wrongAns').mouseup(function() {   
    $(this).text("Try again!"); 
    setTimeout(function(){
      $("#wrongAns").text("South-Korea"); 
    }, 1000);
  });

Initial URL


Initial Description
change the button text on wrong answer

Initial Title
Button text on wrong answer

Initial Tags
text, button

Initial Language
JavaScript