I am newbie in jsfiddle
I have put a very simple javascript code in jsfiddle http://jsfiddle.net/5bMSp/1/
<script>
function alertme(){
alert("HI");
}
</script>
<a href="#" onclick="alertme()">click</a>
This simple code works awesome in any browser but not in jsfiddle. Am I missing anything in the jsfiddle?