[jQuery] Load page after succesfull validation

[jQuery] Load page after succesfull validation


Hi all,
I am struglin' for a while to load a PHP file after a succesfull
validation with the beautiful Basisstance Validation plugin.
How can I use the submitHandler to load an external PHP file and
please the data in the right target?
submitHandler: function(form) {
jQuery(form).ajaxSubmit({
// load test.php by the GET method
target: "#right"
});
},
Somebody got an idea how to fix this?
Thx!