hello experts,
I have a doubt.
I am trying to capture the value of this event through the Id, but it does not work for me. This is my code
$(document).ready(function () { $("#postButton").on("click", function () { alert("probando boton"); }); });
- I already import the jquery liberia and I put it first when loading the document, also validate that it is working because I made an alert in the document.ready
any answer is very helpful.
Thank you very much
*This post is locked for comments