javascript - Event fire in firefox -


i using piece of code in javascript as:

if (td_sel.addeventlistener) {     //alert('event listener');     td_sel.addeventlistener("click" , function() { deleterow(selected_val) }, false); } 

where td_sel td element created dynamically.

this not working in firefox. suggestions?

everything looks fine. thing maybe deleterow function in other scope posted code.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -