This is almost embarassingly simple. I haven't touch JS for a while and now I can't do anything while clicking on a button...
The fiddle shows what I mean.
Click below
<div id='holder'></div>
<input type='button' value='below' onclick='onClick()'>
function onClick() {
alert('beep');
}
Smack me if it's something obvious. Which it most likely is...