Edit::
Thanks Everyone for being helpful, but I tracked my problem as <script src="jquery.js" /> instead of <script src="jquery.js"></script>. Please vote to close
Any idea why
$(function(){
$(document).keydown(function(evt) {
alert('Hello');
});
})
is not working? I am using Firefox 3.6.13 on Ubuntu 10.10. Well I copied it form here.