任何機構可以幫助我如何清除下拉列表框中的項目更改事件。如何清除或清空列表框使用jQuery的下拉事件變化
$(function() {
$("#ddlLevelColumn").change(function() {
$("#lstCodelist") ------ I need to clear this listbox1
$("#lbxSelectedItems")--------------- need to clear list box 2
});
});
<%:Html.ListBox("lstCodelist", Model.CodeListDefaultValue, new { style = "width:99%;height:297px;" })%>
<%:Html.ListBox("lbxSelectedItems", Model.AffectedCodeListboxData, new { style = "width:99%;height:297px;color:blue;" })%>
感謝您的幫助..
請包括相關的HTML ,而不是本身邊碼。 – iambriansreed