标签: mootools mootools1.2
我试图在表单发送后显示成功的消息:
$('emeraldForm').addEvent('submit', function(){ onSuccess: function(){ alert('df'); } });