[jQuery] Re: JS stops running

2007-08-30 Thread Pops
I see you have a typo and wrong id? $("#commentform form").submit(function(){ var uname = $("#commenter").val(); ^^ wrong id? var email = $('#email').val(); var url = $('#website').val();

[jQuery] Re: JS stops running

2007-08-30 Thread atomicnuke
Was hoping someone could shed some light on this, but I'll post back if I find the problem, just hard with no errors.

[jQuery] Re: JS stops running

2007-08-30 Thread atomicnuke
Still trying, if I comment out the $.ajax section and put an alert after that section the code runs, but once I uncomment the page just processes the default way. I get no errors in firebug or anything, so not sure why it just seems to skip the function.