I am unable to unbind an inline onchange event hander for a check box with
jquery. - please note this is only on FireFox.

<code>
<script type="text/javascript">
$(function() {
$("checker").unbind();
});
</script>
</code>

<code>
<form>
      <input type="checkbox" id"checker"
onchange="document.getElementById('tester').style.background='#FFFF99';" />
</form>
</code>

Using different methords to reference check box does not work either. I have
learnt a lot trying to figure this out but after about 20 hours of
troubleshooting I'm starting to run in to dead ends?

Doors



-- 
View this message in context: 
http://www.nabble.com/Unbinding-Event-Handler-tp20214205s27240p20214205.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to