Mootools with AJAX onSuccess

81 Views Asked by At

I am trying to display a successful message once the form gets sent:

$('emeraldForm').addEvent('submit', function(){
        onSuccess: function(){
                alert('df');
    }
    });
0

There are 0 best solutions below