Remove Onclick Event using javascript

by satheeshkumar 2014-02-28 12:11:47

Remove Onclick Event using javascript ,


To remove a onclick event for a particular tag using javascript..,

document.getElementById('#TagId').removeAttribute("onclick");
1090
like
0
dislike
0
mail
flag

You must LOGIN to add comments