Leer valores retornados con ajax - mootools
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
$('crear_curso').addEvent('submit', function(e){ e.stop(); flash.setStyle('display', 'none'); this.set('send', { onComplete: function(resp){ var is_validated = resp.match("true"); if (is_validated) { flash.set('html', resp); flash.reveal(); } else { $$('div.informacion').dissolve(); $$('div.opciones').reveal(); } } }).send(); });