Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brcontainer/11d3d47d9ba7ce62b2566ddbd0493f96 to your computer and use it in GitHub Desktop.
Save brcontainer/11d3d47d9ba7ce62b2566ddbd0493f96 to your computer and use it in GitHub Desktop.
$(document).on('keyup blur', "input[name^='cpf']",function() {
$("#resposta").html(CPF.valida($(this).val()));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment