> The console output shows the altered array which contains a couple more
> objects. But this data does not get put in the POST variables. Only the
> unmodified data. Is that because formArray is a Pointer or something. Am at
> a loss.

Yeah, you're creating a new array there.  If you want to add items
into the array you need to push them onto the one passed to your
"before" handler.  The calling function doesn't know about the new one
you created.

Mike

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to