Hi i have below fiddle which is working fine!!
But i have copied same in below fiddle. But it is not working. I am really worried about this doubt. Please help me by explain this. Then only i can sleep properly.
HTML
<input type="submit" id="byBtn" value="Change" onclick="change()" />
Javascript
function change() {
alert("Clicked");
}