[jQuery] Ajax submit help

2009-11-07 Thread Dave Maharaj :: WidePixels.com
I am sending a form via Ajax and have that part working fine. Now my issue is if I use validate before sending I have to write the exact validation rues that are done on the server...not the best solution coding the same thing twice. And some of my validation rules require checking the database f

[jQuery] ajax submit upload file firebug... no answer

2009-10-02 Thread Harold Martin
Hi, I've a technical problem, i use jQuery Form Plugin and it's working well except for upload file. Effectively after uploading file we can't see any response in firebug. (You can see an example in the official website of jquery form plugin http://malsup.com/jquery/form/#code-samples) And in th

[jQuery] ajax submit

2009-09-09 Thread jquery
$('form').submit(function(){ var flage; $.post('test.php',function(data){ if(data.length){ $('#message').html(data); flage = true; } else{

[jQuery] ajax submit val() not submitting updated data

2009-01-05 Thread pedalpete
Hi all, I've been working with this page for a while, and I can't seem to figure out the problem (it's running locally as it is just a tool for me to try to fix up some data). Basically what I have is a page that looks at the user submitted data. The data is in a input box - but for simplicity i

[jQuery] ajax submit a form (when a select box changes) and load the result in the same page

2008-10-13 Thread supratim
hi all! greetings to everyone! I am sorry if I missed the solution of this problem given here already but I searched for quite some time. here is my problem I have written a form with only a select box which, when changed, should submit its form and load the response from the server in the same

[jQuery] ajax submit a form (when a select box changes) and load the result in the same page

2008-10-13 Thread supratim
hi all! greetings to everyone! I am sorry if I missed the solution of this problem given here already but I searched for quite some time. here is my problem I have written a form with only a select box which, when changed, should submit its form and load the response from the server in the same

[jQuery] ajax submit and jquery validation

2008-04-29 Thread Adwin Wijaya
Hi :D I use Jquery validation from http://bassistance.de/jquery-plugins/jquery-plugin-validation/ and I got a question ... I have form that I need to submit using ajax post() function.it works well ... and now I tried to add data validation using jquery validation .. it works well. my form is