diff options
author | Ariel Flesler <aflesler@gmail.com> | 2008-07-23 17:00:32 +0000 |
---|---|---|
committer | Ariel Flesler <aflesler@gmail.com> | 2008-07-23 17:00:32 +0000 |
commit | a27b5d0468acc5dd8cdfcbff9464546b353e3c04 (patch) | |
tree | fe9f9517f1aa38bc3513b770a1a57bf8b457fa81 /test/index.html | |
parent | 69212c501f8875b4650847053cc41eaa470e5848 (diff) | |
download | jquery-a27b5d0468acc5dd8cdfcbff9464546b353e3c04.tar.gz jquery-a27b5d0468acc5dd8cdfcbff9464546b353e3c04.zip |
jquery core: closes #2652. val() supports option elements, also simplified the code.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index 0127c439a..6ac509b5d 100644 --- a/test/index.html +++ b/test/index.html @@ -86,6 +86,7 @@ <option id="option3b" selected="selected" value="1">1</option> <option id="option3c" selected="selected" value="2">2</option> <option id="option3d" value="3">3</option> + <option id="option3e">no value</option> </select> <object id="object1" codebase="stupid"> |