[jQuery] Re: trigger validation by input:button

2009-06-23 Thread Pascal
I am new to Jquery and Validate and have similar issue, as anyone got a solution? On Jun 12, 7:58 am, Matt sean...@gmail.com wrote: Hi, I have been working on a big form and using jquery plug-in (wizard form) to divide tit into small subforms. Now, I am trying to integrate the Validation

[jQuery] ajaxForm File Upload Issue

2009-03-19 Thread Pascal Zajac
Hi guys (and probably Mike directly given how quickly he answers these), I've been a long time user of the ajaxForm plugin but as of right now I cannot get file uploads happening. It's the same story you can read on here a tonne of times - the form submits fine over POST as AJAX but as soon as

[jQuery] Re: ajaxForm File Upload Issue

2009-03-19 Thread Pascal Zajac
Hooray for spam? Anyway Mike and I managed to solve the bug in emails to each other, and I'm posting the conclusion here for future reference. The issue was that the form submit code was essentially this: $(form).submit(function(){ if (validate(this)) { displayLoading();

Re: Left outer joins

2008-09-14 Thread Pascal Craponne
-> Re: Left outer joins jquery-en -- Thread -- -- Date -- Re: Left outer joins Pascal Craponne Sun, 14 Sep 2008 12:13:00 -0700 <!-- google_ad_client = "pub-72667

[jQuery] Re: File Upload with Form Plugin

2008-06-04 Thread Pascal Zajac
You're right, it does, I changed the id for the submit button from id=submit to id=submit_button and it works as intended. I wasn't aware that 'submit' wasn't allowed; I did see the alert() about that in the source code but it didn't actually trigger so I never got the error message, and didn't

[jQuery] File Upload with Form Plugin

2008-06-03 Thread Pascal Zajac
for debugging as required. Thanks in advance, Pascal Zajac. -- View this message in context: http://www.nabble.com/File-Upload-with-Form-Plugin-tp17637445s27240p17637445.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.