function recargar(scrip,diva){var variable_post="Mi texto actualizado";$.post(scrip,{variable:variable_post},function(data){$(diva).html(data);});}
