标签: javascript jquery html chained-select
我有两个下拉列表#a和#b。将#b链接到#a
#a
#b
$("#b").chained("#a");
如何从#b取消#a?