Side navigation
#11668 closed bug (invalid)
Opened April 28, 2012 12:30AM UTC
Closed April 28, 2012 12:34AM UTC
can not work
| Reported by: | onemade@gmail.com | 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>
Attachments (0)
Change History (1)
Changed April 28, 2012 12:34AM UTC by comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
The bug tracker is for bug reports. Please ask for help on a forum such as StackOverflow or http://forum.jquery.com.