skip to Main Content

JQuery button OnClick not triggering

Hope everybody is having a good day. I had this buton and code, which worked for me. I also followed the jQuery documentation: https://api.jquery.com/click/ $(function () { $("#btnName").click(function () { console.log("test"); }); } I then upgraded webpack and JQuery <script…

VIEW QUESTION
Back To Top
Search