this is my code in JavaScript:
var changeIdValue = function(id, value) { document.getElementById(id).style.height = value; }; document.getElementById (\"ba
document.body.onkeyup = function(e){ if(e.keyCode == 32){ //your code } }
This will be executed after you hit spacebar.
JSFiddle.