Given the following select node:
<select multiple="multiple">
<option value="car">car</option>
<option value="scooter">scooter</option>
<option value="bus">bus</option>
</select>
How can I do multi-select without pressing the ctrl key and without using jQuery ? I would like to achieve this using only vanilla Javascript. Thanks!
radiobuttons than aselect.