Labs/Jetpack/JEP/21: Difference between revisions

Jump to navigation Jump to search
Line 27: Line 27:


// replace the function bound to the button
// replace the function bound to the button
btn.onclick = function ClickerFunk(){ alert("I clicked my button");};
btn.click = function ClickerFunk(){ alert("I clicked my button");};


// number of toolbar buttons: acts like an array
// number of toolbar buttons: acts like an array
564

edits

Navigation menu