我想使用 javascript 从 iccube-dropdown-widget 中获取选定的项目。下拉小部件具有 Div-ID 'icCubeDropDown'。
var t = window.document.getElementById(‘icCubeDropDown’);
不起作用,t 为空。我怎样才能做到这一点?
提前致谢!
编辑
var text = $("#w8 select.icCubeDropDown").children("option").filter(":selected").text();
var 文本为空。怎么了?
这是我的报告代码: