Add new html5 input types to list of serializable types. Older browers handle these...
authorDave Methvin <dave.methvin@gmail.com>
Thu, 17 Dec 2009 02:02:58 +0000 (10:02 +0800)
committerJohn Resig <jeresig@gmail.com>
Thu, 17 Dec 2009 20:05:45 +0000 (04:05 +0800)
commitb31b9bd756a1489c3b1b856ed8b624c55da9e02f
tree41b25190990d51eecdd8196662f6535586fadd73
parent6bc222e7a19d620a79a0b2af46c98664218a81a3
Add new html5 input types to list of serializable types. Older browers handle these as type="text" so they should be consistently serialized on both old and new browsers. Fixes #5667.
src/ajax.js
test/unit/ajax.js