列表1。“RemoveItem 0”刪除項1。
列表1。remove item 1‘刪除項目2。
列表1。“刪除項目2”刪除項目3。
列表1。清除完畢。
擴展數據:
需要註意的事項
獲取單選按鈕的值。
$(‘輸入:單選:選中‘)。val();
獲取下拉框的值
$(“# id option:selected“)。val();
重置空值
$(“# id“)【0】。reset();
$(“# id“)。查找(‘:input【type = text】‘)。val();$(‘# id‘)。查找(:文本)。val();
重置空下拉框的值。
模式1:
$(‘# id‘選項:first)。prop('selected ',' selected ');
$(‘# id‘)。trigger(‘change . select 2‘);
模式2:
$(‘# id‘)。val(‘03‘)。trigger(“更改”);
清除單選按鈕框的選中屬性。
$(“輸入【type =‘radio‘】“)。remove attr(“checked”);