I wanted to run an alert if the input submit even though the inputs are disabled follow the code.
<input type="submit" value="Cadastrar" class="col-md-12 col-xs-12 col-lg-12" id="submitCadastro" disabled="">
I tried with the event click
and with the event mouseente
and only occurs when the input button is enabled, I would like it to execute only when it is unoccupied