I need to catch click event in jquery and this is my HTML code:
<input type="button" id="aggiungiDomande" value="+">
and this is my Jquery code:
$('#aggiungiDomande').on('click',function(){
alert("HI");
});
I think I'm wroing something because I show nothing. Anyone can help me?
$(document).ready(function() { //code }See jsfiddle.net/harishkommuri/yb4yp29z$(document).ready()?