技术汇总:第四章:使用Easyui做三级下拉列表
功能展示:
功能代码:
一级分类<select data-options="url:'getCatalog1',textField:'name',valueField:'id',
onSelect: function(rec){
var url = 'getCatalog2?catalog1Id='+rec.id;
$('#ctg2ForAttrList').combobox('clear');
$('#ctg2ForAttrList').combobox('reload', url);
}
更多内容请见原文,原文转载自:https://blog.csdn.net/weixin_44519496/article/details/120575473