Answers for "change onclick attribute javascript"

1

change onclick attribute with javascrip

document.getElementById(id).setAttribute('onclick','myFunction()')
Posted by: Guest on July-23-2021
1

change onclick attribute javascript

document.getElementById('buttonLED'+id).setAttribute('onclick','writeLED(1,1)')
Posted by: Guest on April-15-2022
0

Change onClick attribute of html tag

$("#id").attr("onclick","new_function_name()");
Posted by: Guest on May-13-2021

Code answers related to "change onclick attribute javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language