-1
我有一個數組,我嘗試將項目推送到數組,但它顯示數組爲空。 我的方案,我的車型號列表框(ID是carmod)表示該ID的GUID中的數組爲null
<option value="00000000-0000-0000-0000-000000000001">BMW</option>
<option value="00000000-0000-0000-0000-000000000002">Maruti</option>
<option value="00000000-0000-0000-0000-000000000003">Wagon</option>
我的代碼
var Intlst = [];
$("#carmod").each(function (index, item) {
debugger;
Intlst.push(item.value);//in here it shows me " " (double quotes)
});
solved.thanks .. – UDP
@UDP歡迎你老兄使用
$.find
。我很高興我的幫助。 – Christos
@UDP - 你說*感謝*通過upvoting有用的答案和upvoting並點擊答案是最有幫助的,並使其綠色! –