jquery/build
John Resig f96bf10415 Integration of Mike Alsup's excellent form serialization code. The benefits are as follows:
- New method: .serializeArray()
This returns an array of name/value pairs representing the contents of a form, or individual input elements.
- Enhancement: .serialize()
The results are correct now (as opposed to the mess from before), and allows you to serializes forms directly (rather than just the input elements).
- Enhancement: .val()
This now returns the correct value when dealing wih selects. Additionally, when dealing with multiple selects, it returns an array of values.

Based upon Mike's code:
http://malsup.com/jquery/form/comp/form.js

and test suite:
http://malsup.com/jquery/form/comp/test.html
2007-09-05 17:06:05 +00:00
..
build Modified min build to include (like pack) the license header, thanks John for the regex 2007-06-14 22:06:00 +00:00
docs API docs: Hacked multiple argument types like "Element|jQuery|String" representation into multiple elements, each with theier own tooltip 2007-01-11 18:40:34 +00:00
js Updated Packer - the current version was working incorrectly. 2007-05-05 17:37:38 +00:00
runtest Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order to achieve this I had to fix a numbe 2007-08-19 23:37:26 +00:00
speed Added the Speed Test Suite. Can be made by doing 'make speed'. 2007-06-30 00:21:30 +00:00
test Integration of Mike Alsup's excellent form serialization code. The benefits are as follows: 2007-09-05 17:06:05 +00:00
js.jar Upgraded Rhino to 1.6r6. 2007-07-08 04:48:11 +00:00