无限级可排序下拉框的实现
动态静态js实现可排序动态无限极下拉框,在jsp,asp,php都可使用 function TreeSelector(item,data,rootId,defaultvalue){ this._data = data; this._item = item; this._rootId = rootId; this._defaultvalue=defaultvalue; } TreeSelector.prototype.createTree = function
下载地址
用户评论