diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-03-25 01:46:29 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-04-03 19:13:40 -0400 |
commit | 9e05a0a37fcc6fc4985a95370f91e1f792e2273b (patch) | |
tree | 0ddec05cd5d4859bb7260b6c691ae04205bf8fd1 /test/index.html | |
parent | 102053abd84124b1a69606565bd8da82bc5d30e9 (diff) | |
download | jquery-9e05a0a37fcc6fc4985a95370f91e1f792e2273b.tar.gz jquery-9e05a0a37fcc6fc4985a95370f91e1f792e2273b.zip |
Fix #6562, tighten up the special code for form objects, add name attrHook for IE6/7, and don't check for undefined with getting hook'd attr
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index 4a8aef529..584f1f864 100644 --- a/test/index.html +++ b/test/index.html @@ -203,7 +203,8 @@ Z</textarea> <select name="D4" disabled="disabled"> <option selected="selected" value="NO">NO</option> </select> - <input name="id"> + <input name="id" /> + <input id="target" name="target" /> </form> <div id="moretests"> <form> |