i’m trying to get a link from a image map to change selected item in listbox
so that each link on image-map changes the selected item in listbox
<form id="form1" name="form1" method="post" action="">
<select name="select" id="select">
<option>1</option>
<option>2</option>
<option>3</option>
</select>
</form>
how can i do this in jquery ?
thanks in advance 😉
This how you can trigger listbox selection according to the image map link: