【发布时间】:2019-02-18 23:26:49
【问题描述】:
我正在使用这个插件:
https://www.jqueryscript.net/demo/Drop-Down-Combo-Tree/
我不会得到那个ID,我该怎么办?
没有可用的适当文档。有什么方法可以得到吗?
<input type="text" id="justAnotherInputBox"
placeholder="Type to filter" ng-change="showSummery(this)"/>
$scope.showSummery = function (data) {
console.log(data)
};
【问题讨论】:
-
你想用id做什么?
-
我想要选择的字段数据,无论它现在有什么
id,title
标签: javascript jquery angularjs select