How do you use a code in html using javascript?somebody to help pliz for example use input id password in html using an if else | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

How do you use a code in html using javascript?somebody to help pliz for example use input id password in html using an if else

16th Feb 2018, 11:57 AM
Erick Irungu Maina
Erick Irungu Maina - avatar
2 Réponses
+ 7
If you don't want your script to be placedinside a function, or if your script should write page content, it should be placed in the body section. Head, or before closure of body tag. When DOM loads JS is then executed, that is exactly what jQuery document.ready does. I always put my scripts in the header. https://www.w3schools.com/js/js_whereto.asp
16th Feb 2018, 12:17 PM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
+ 8
https://www.sololearn.com/learn/JavaScript/2752/
16th Feb 2018, 12:09 PM
Vukan
Vukan - avatar