[jQuery] Re: Generate and submit file upload form with jQuery

2009-12-19 Thread oli
I could also do this using Javascript. I know thats probably not the most elegant solution, but it'd be interesting to implement and even if I solved it with anything else, I would like to get this done with jquery also. So any other suggestions? On Dec 19, 7:46 pm, brian wrote: > You could use

Re: [jQuery] Re: Generate and submit file upload form with jQuery

2009-12-19 Thread brian
You could use divs instead of a table. Or use a TD with colspan=whatever and place another table inside of that (wrap the table with the form tag). On Sat, Dec 19, 2009 at 11:15 AM, oli wrote: > .append($(":input",form).clone()) > > This line does add all the input fields inside the "form" elemen

[jQuery] Re: Generate and submit file upload form with jQuery

2009-12-19 Thread oli
.append($(":input",form).clone()) This line does add all the input fields inside the "form" element (which actually isn't a ) to the generated one. The thing is, that I have a table and need a for every row (but not in a single column). or aren't valid. So I'm looking for all input fields insi