Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
$('form').submit(function(e) { e.preventDefault(); console.log("e= "); console.log(e); console.log("this= "); console.log($(this)); broValid($(this).children("input")); });
$(e.currentTarget).parents('form');