Good afternoon.
I have a question. I use the command load (do jquery) to load a page, and inside it has a form. When this form is processed, it should change the div that is in the same load hierarchy.
I'm trying to do this:
$("#conteudo").on('form[name=formCadastraQuadra]').submit(function(){
//como eu acesso os elements inputs deste cara?
});
Thank you very much