aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-02-18 19:43:14 +0000
committerJohn Resig <jeresig@gmail.com>2009-02-18 19:43:14 +0000
commitca79d866fe07302f03df2b3db09c886c6abef9ff (patch)
tree864d02768e01dfae54ea089db33485afca3f4a6a /test/index.html
parent75a973da35d4ad6583ebef8c389cebbef61bc5b4 (diff)
downloadjquery-ca79d866fe07302f03df2b3db09c886c6abef9ff.tar.gz
jquery-ca79d866fe07302f03df2b3db09c886c6abef9ff.zip
Made it so that search input elements are now serialized. Fixes bug #4107.
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html
index ffc76aff5..4c47d92a5 100644
--- a/test/index.html
+++ b/test/index.html
@@ -68,6 +68,7 @@
<input type="text" style="display:none;" name="foo[bar]" id="hidden2"/>
<input type="text" id="name" name="name" value="name" />
+ <input type="search" id="search" name="search" value="search" />
<button id="button" name="button">Button</button>