How to call a function when I click over an 'option' (HTML select > option) when that element is created in javascript and not exists in the html ? here I'm not using jquery or ajax, is just javascript
in my html I only have:
<fieldset>
<legend>List...</legend>
<select id="select1" size="9" style="width:150px">
<option>Select a person</option>
</select>
</fieldset>
- more options (persons) are created in another function