I need to identify if the value of a input
has changed with jQuery. I'm trying to do this:
$('input[name=cliente]').on('keyup', function(e) {
// Aqui vou por minhas funções
}
But it is not working. My input
is named cliente
.