I've tried
Code:
$(this).html('Question sent successfully, thank you.').addClass('messageboxok').fadeTo(900,1,
function()
{
// close
$.fn.fancybox.close();
});
Nothing happens - I guess it's not as simple as this, but I seems like something you should be able to do.