Hi. I have tried
to get the content of my selected items in the drop-down-menu. When I am using Firefox the content is correct. When I am using IE I do not get any content. The content is empty. So I think the problem is the Following:
I think there is a problem with ".value". How else can I get the actual value of my dropdown menu?
Thanks
Code:
console.log(filterDropDown)
Code:
dropdown = document.getElementById('modelRangeDropdown'); filterDropDown = dropdown.value;
Thanks
Comment