[jQuery] Re: ajax with two html input arrays

2007-10-23 Thread Cut
This works wonderfully, thank you!

[jQuery] Re: ajax with two html input arrays

2007-10-23 Thread mikey
read up on jquery.serialize(). I believe starting from jquery 1.2, serialize() is working perfectly... var dataPost = $("#formID").serialize(); alert(dataPost); $.ajax({ type : "POST", url : "minerals.php", data: dataPost, success:function() {alert('blah blah');} }); hope it helps:) On Oc

[jQuery] Re: ajax with two html input arrays

2007-10-23 Thread mikey
http://docs.jquery.com/Ajax/serialize On Oct 22, 4:42 pm, Cut <[EMAIL PROTECTED]> wrote: > jQuery List, > > I have 2 form element arrays: > > > -and- > > > The form's size changes at runtime, so the user can enter as many > rocks as needed. Therefore, the size of the rockno array and units > a