Answers for "js onload not working"

6

html onload not working

<!-- 
	Try these:
 Try puttin a semicolon(";") infront of the function name: onclick="my_func();"
 Check for any errors in the console(Ctrl + Shift + J)
 Use JQuery instead of onload event.
-->
Posted by: Guest on August-28-2021

Browse Popular Code Answers by Language