As part of an ongoing effort to add some events to SKUID forms I had the idea that I could trap the click event using jquery
so i put this in “inline” javascript
skuid.$( “input” ).click(function() { alert( “Handler for .click() called.” );
});
but this doesn’t give any message when I click on inputs
I must be missing something
Thanks
Question
adding a click event
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.