mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Made it so that search input elements are now serialized. Fixes bug #4107.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user