可能重複:
How to get a value of an element by name instead of ID讀取數組名jQuery的html元素
我怎麼能讀下面的HTML文檔命名爲item[tags][]
字段的值:
<ul id="mytags" class="tagit">
<li class="tagit-choice">
Acrylic
<input type="hidden" name="item[tags][]" value="Acrylic" style="display: none;">
</li>
<li class="tagit-choice">
Bath
<input type="hidden" name="item[tags][]" value="Bath" style="display: none;">
</li>
</ul>
'hidden'字段未呈現,因此你不需要'顯示:none'。 –
也看看http://api.jquery.com/attribute-equals-selector/ ...它就在那裏。 –
此外,*請*去並接受您之前詢問過的所有問題的答案。有經驗的用戶會更樂意回答您的問題,以及對未來的參考有用。 – thomaux