diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-04-01 21:38:54 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-04-03 19:13:41 -0400 |
commit | 8cbf551a48cbc47eccba2050e95745f70166ae1d (patch) | |
tree | 47daf679eda1210c67dbcd7f7b543950d0197569 /test/index.html | |
parent | 5fc2281fcc83783b86647a5a86380b9ac21e7f79 (diff) | |
download | jquery-8cbf551a48cbc47eccba2050e95745f70166ae1d.tar.gz jquery-8cbf551a48cbc47eccba2050e95745f70166ae1d.zip |
#5413 - Much shorter solution for getting width/height in ie6
- #8255 Added support for the list attribute in browsers that support it (it is automatically readonly, but can be set if using getAttribute( name, 2)
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index c7c2ae55d..a10655089 100644 --- a/test/index.html +++ b/test/index.html @@ -203,6 +203,10 @@ Z</textarea> <select name="D4" disabled="disabled"> <option selected="selected" value="NO">NO</option> </select> + <input id="list-test" type="text" /> + <datalist id="datalist"> + <option value="option"></option> + </datalist> </form> <div id="moretests"> <form> |