Skip to content
Advertisement

Uncaught ReferenceError: deleteNote is not defined at HTMLButtonElement.onclick

so, i just learn about make some website with flask. everything was fine until this error makes me crazy. can u solve my problem?

this is my def function to delete some note

JavaScript

and this is my .js code

JavaScript

and this is how i make the button with html

JavaScript

can u help me? i dont know how to solve it. please help me

Advertisement

Answer

Are you loading the js file correctly. You can try loading the function before the HTML markup eg

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement