JS select lenght without ID
I’m trying to collect the lenght of several select. How can I know the lenght of each select? The way I found is $(‘#mylist option’).length which seems not feasible in this case since I don’t have IDs for each select. The console.log shown below always return "1" even though there are select with multiple lines.… Read More JS select lenght without ID