$(document).ready(function() { 
   var options = { target: '#alvo' };
   $('#cliente').ajaxForm(options); 
 
}); 
