dwzteam / dwz_jui

jUI
http://jui.org
Other
469 stars 264 forks source link

1.3RC1 select标签不能选中 #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
给select标签的option添加selected属性时,不能正常选中

我直接在demo里改了一个页面demo_page4.html
<select name="capital" class="required combox">
<option value="">请选择</option>
<option value="10">10</option>
<option value="10"  selected='selected'> 50</option>
<option value="10">100</option>
</select>

上面的代码
直接显示选中的为 1050100
而不是50

Original issue reported on code.google.com by nc80....@gmail.com on 27 Jun 2011 at 4:14