I am working on a project with the help of Blazor web assembly and jquery "On" method is not working and getting below error
I have already added jquery min file and js file which have my method that not working
Error line in java script which is available in custom.js
}
of the "if", you should writeif(..){var placeholder=..;placeholder.on('click',function (ev){...})}
- Eliseo