2
<li style="display: list-item;" id="listChoices">
<label class="topspace">Enter the Choices</label>
<input value="Choice1" maxlength="150" id="Choice1"/>
<input value="Choice2" maxlength="150" id="Choice2"/>
<input value="Choice3" maxlength="150" id="Choice3"/>
</li>
我想刪除輸入的標籤單獨所以我
試過$列表(「#listChoices」) .empty(); //刪除列表的全部內容。 但我想只有這樣我
$("#listChoices input").empty();//But its not working..Why so???
雅現在工作.. – Mercy 2009-07-20 09:00:09
啊,有點太慢了:) – googletorp 2009-07-20 09:02:34