[jQuery] Re: $.ajax on succes is not being executed???

2009-02-20 Thread 123gotoandplay
tx for answering, thanks 2 for the remove @ tip what do you mean with You should probably return false from that click handler i have the form just like this form method=post name=newsletterForm Strange thing is when i just have the form in a seperate file it works But i am including it

[jQuery] Re: $.ajax on succes is not being executed???

2009-02-20 Thread 123gotoandplay
just examine my code again and i already have the return false; function handleNewsletter(){ $('.error').hide(); $(.knop).click(function() { // Your code here $('.error').hide();

[jQuery] Re: $.ajax on succes is not being executed???

2009-02-19 Thread 123gotoandplay
ps poll-process3.php is not being called :( On 19 feb, 10:52, 123gotoandplay wesweatyous...@gmail.com wrote: So why doesn't my success callback excutes? $(document).ready(function(){         $('.error').hide();         $(.voteBtn).click(function() {                 var

[jQuery] Re: $.ajax on succes is not being executed???

2009-02-19 Thread Mike Alsup
So why doesn't my success callback excutes? $(document).ready(function(){         $('.error').hide();         $(.voteBtn).click(function() {                 var poll = $(inp...@name='poll']:checked).val();                 alert(send: +poll);                         if