I have a select with options, its a transformed select not the normal one.
<select>
<option value="0">apple</option>
<option value="1">orange</option>
<option value="2">bannan fruit</option>
</select>
How to find the maximum length in the options(bannan fruit) using Jquery?
1 Answer