jquery core: closes #2652. val() supports option elements, also simplified the code.
This commit is contained in:
parent
69212c501f
commit
a27b5d0468
4 changed files with 21 additions and 5 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue