Devo avere un pulsante e gestire il suo evento in jQuery. E sto scrivendo questo codice ma non funziona. Ho dimenticato qualcosa?
<!-- Begin Button -->
<div class="demo">
<br> <br> <br>
<input id = "btnSubmit" type="submit" value="Release"/>
<br> <br> <br>
</div>
<!-- End Button -->
E nel file javascript
function btnClick()
{
// button click
$("#btnSubmit").button().click(function(){
alert("button");
});
}
btnClick
funzione di chiusura ? Non vedo che cosa aggiunge