[jQuery] Re: Malsup Form Plugin and buttons tags

2009-08-10 Thread NickUK
Ah I was going about it a bit wrong. I've taken out the ajaxSubmit of the click function and changed it to ajaxForm. The click function just adds the hidden fields now. Nick On Aug 6, 7:50 pm, Mike Alsup wrote: > > My buttons are type "submit" and each have values. I believe it could > > be bec

[jQuery] Re: Malsup Form Plugin and buttons tags

2009-08-06 Thread NickUK
5, 7:40 pm, Mike Alsup wrote: > Button elements do not have values submitted when a form submits > unless they are of type 'submit' and you're using ajaxForm.  More > details here: > > http://www.w3.org/TR/html4/interact/forms.html#successful-controls > > Mike &g

[jQuery] Malsup Form Plugin and buttons tags

2009-08-04 Thread NickUK
I'm using 2.28 from http://malsup.com/jquery/form/#download. I'm submitting a form using this plugin and that works fine however I use tags and these do not seem to be submitting with the rest of the fields. Has anyone managed to submit a button? Nick

[jQuery] Re: File Uploads with Form Plugin

2008-04-04 Thread NickUK
I tried that too after I posted and still doesn't get POSTed. The hidden field has fixed it so I'm not going to look too much further into it. Thanks for your input Mike. Nick On Apr 4, 1:28 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > OK I feel a bit silly now but it turns out are not subm

[jQuery] Re: File Uploads with Form Plugin

2008-04-04 Thread NickUK
OK I feel a bit silly now but it turns out are not submitted when a file is uploaded. I've used a hidden field instead and it now works. I don't know if it's a Firefox issue or part of the spec. The button gets submitted when you don't upload an image. So weird! On Apr

[jQuery] File Uploads with Form Plugin

2008-04-04 Thread NickUK
Hi, I have jQuery 1.2.3 and the Form plugin 2.07. I don't know if I'm doing some wrong here, my PHP code seems fine but here's the problem. If you just upload an image (don't fill OR fill in the text fields) it seems to skip all my PHP validation and just reload the page into the output DIV on su