I need to have an onclick / hover event on an input tag that is disabled.
Is there any other way, but wrap it in another tag and give this tag events?
<input type="checkbox" onclick="cant_choose('event')" disabled="disabled" value="2" name="enroll_to[event][]">
javascript html input events
Itay Moav -Malimovka
source share