This works wonderfully, thank you!
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
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
3 matches
Mail list logo