[jQuery] jQuery Form Plugin help

[jQuery] jQuery Form Plugin help


hi
i'm trying to use the jQuery Form Plugin from http://www.malsup.com/jquery/form/
it's apparently easy to use but at my first try i can't make anything
out of it!!
this is the page i'm working on
http://www.eco-way.it/projects-and-communication/extra/curriculum.php
In my comuni.js i use
$('#formCurriculum').submit(function() {
$(this).ajaxSubmit();
return false;
});
pretty simple but when i submit nothing shows in firebug and less with
my php file.
Any help out there?
thanks vitto