From 21af3a9213a2ad0f9996f2ef4f2d8ee53a3f45d4 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Wed, 23 Jan 2013 12:21:48 -0500 Subject: Ignore file inputs when serializing forms. File input serialization is handled by plugins. Fixes #13306. --- test/unit/serialize.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/unit/serialize.js b/test/unit/serialize.js index ab5d1c427..eff2a0086 100644 --- a/test/unit/serialize.js +++ b/test/unit/serialize.js @@ -112,8 +112,9 @@ test("serialize()", function() { // Add html5 elements only for serialize because selector can't yet find them on non-html5 browsers jQuery("#search").after( - ""+ - "" + "" + + "" + + "" ); equal( jQuery("#form").serialize(), -- cgit v1.2.3