diff options
author | John Resig <jeresig@gmail.com> | 2010-09-28 08:36:28 -0700 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2010-09-28 08:36:28 -0700 |
commit | 879799fe955f01b85b59fd8a0096d415fc48df03 (patch) | |
tree | 1e5764d3c54c73d9bdb41180ce4d87eafa798ec9 /test/index.html | |
parent | c7c067723006b0dfbb123c1a36885580a587d091 (diff) | |
download | jquery-879799fe955f01b85b59fd8a0096d415fc48df03.tar.gz jquery-879799fe955f01b85b59fd8a0096d415fc48df03.zip |
Make sure that ambiguous val() selection works correctly.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index 5650a1d07..d858114b1 100644 --- a/test/index.html +++ b/test/index.html @@ -123,6 +123,11 @@ <option selected="selected" disabled="disabled" id="option4d" value="3">3</option> <option id="option4e">no value</option> </select> + <select name="select5" id="select5"> + <option id="option5a" value="3">1</option> + <option id="option5b" value="2">2</option> + <option id="option5c" value="1">3</option> + </select> <object id="object1" codebase="stupid"> <param name="p1" value="x1" /> |