我有两个小改动要做。
var selectedOption = jQuery("#modulesDrop option:selected");
selectedOption.appendTo($("#moduleselect"));
$('option.red').appendTo($("#moduleselect"));
我怎样才能
selectedOption
从#moduleDrop
and中删除#moduleselect
.我有一个类
$('option.red')
,我只希望它#moduleselect
在内容#moduleselect
为空的情况下附加。
#moduleSelect
是一个多选框,而“#modulesDrop”是一个下拉菜单。
下面是一个jsfiddle
只需按照以下步骤使用小提琴:
- 您将看到一个下拉菜单,从下拉菜单中选择一门课程。
- 您将从下拉菜单中看到所选课程的详细信息。单击“删除模块”提交按钮。
- 确认确认框。没有发生在 mo 但我希望从下拉菜单和选择框中删除下拉菜单中的选定模块