I have this HTML/PHP
<input name="add to list" class='fncAdd' id='moodal_close' value="add to list" onclick="cajaxUpdateCartProduct('<?= $value->id ?>', 'quantity_<?= $value->id ?>', '<?= $this->sitePfx ?>/cart/');" type="button">
In my javascript I have
$('moodal_close').addEvent('click', function(){
alert("1");
});
In my firebug console the only response I get is
$("moodal_close") is null