JQuery...

级联下拉菜单-JQuery

js代码: //1级下拉列表框 function show_hnbInfo() { var ss = Math.random(); $.ajax( { type : 'POST', url : 'getAllHnbInfo', data : 'id=' + ss, success : function(msg) { // 清空表格 ...