I searched and could not find anything (probably because I do not know how to search). Anyway, does anyone know?
NOTE: I do not want to know the difference between .click and .on ('click'), please read both options carefully. What I want to know is the difference in reference to the element that will receive the action before saying what action or after (putting the document in the place that used to be the element).
$('.botao').on('click')
and $(document).on('click', '.botao')