I want to get selected items from iccube-dropdown-widget with javascript. Drop-down-widget has Div-ID ‘icCubeDropDown’.
var t = window.document.getElementById(‘icCubeDropDown’);
doesn’t work, t is Null. How can I do this?
Thanks in advance!
EDIT
var text = $("#w8 select.icCubeDropDown").children("option").filter(":selected").text();
var text is empty. What is wrong?
Here is my report code: