I need the same method to be called in two events, that is, in the page load load the data, and if the value of the input is changed load the code again.
($("#cpf_cnpj").load(function() or $("#cpf_cnpj").focusout(function()) {
codigo
}
How is the correct way to do the above illustration?