Thank you Tim!
Can we write the function and button press on the stage time line?
I tried this, but not alert, and no errors as well!
function testAlert(){
alert("key pressed");
}
$("button").on("click",testAlert);
Thank you Tim!
Can we write the function and button press on the stage time line?
I tried this, but not alert, and no errors as well!
function testAlert(){
alert("key pressed");
}
$("button").on("click",testAlert);