$("form").submit( function () { /*Ставим на все формы свой обработчик*/ var Res=true; $("input", this).each(function () { var Inp=$(this); //... }) }