I don't know what the hell is going on.
Why isn't my simple javascript code working? Been here for hours. I have a bunch of other javascript, was thinking if it's interrupting or something?
Trying to through a tutorial, then I got stuck at the first line:
$('#name').keyup(function() {
alert('alert');
});
I don't know the problem.. in fiddle it's all working of course http://jsfiddle.net/pgWtK/1/
I tried putting it inside the head with document ready but that doesn't help so, any clues?