Opened 11 years ago
Closed 11 years ago
#11668 closed bug (invalid)
can not work
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
[testCase]
<select id="select">
<option value="val1" selected="selected">opt1</option> <option value="val2">opt2</option>
</select>
<script> $("select[name='opt2']").attr('selected',true); </script>
Note: See
TracTickets for help on using
tickets.
The bug tracker is for bug reports. Please ask for help on a forum such as StackOverflow or http://forum.jquery.com.