Am Freitag, 08. September 2006 19:16 schrieb Klaus Hartl: > A value > of "foo[bar]" for the name attribute is invalid HTML, thus jQuery > shouldn't be supposed to support that from the beginning.
So how do I group form fields? <input name="foo[]" /> <input name="foo[]" /> <input name="foo[]" /> That code can be accessed in PHP via $_POST['foo'] (which is an array). What is the correct way to handle this situation? -- Milian Wolff http://milianw.de _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
