sv_in

Resultados 1 preguntas formuladas por sv_in

La función event.preventDefault() no funciona en IE

11
respuestas
208
votos
215.9k
vistas

A continuación se muestra mi código JavaScript (mootools): $('orderNowForm').addEvent('submit', function (event) { event.preventDefault(); allFilled = false; $$(".required").each(function (inp) { if (inp.getValue() != '') { allFilled = true; } }); if