Código:
function llegadaDatos(mensaje)
{
alert("se guardaron los datos");
}
success, toma funciones locales no globales puedes ponerlo asi
Código:
$( this ).dialog("close");
$.ajax({
async:true,
type: "POST",
dataType: "html",
contentType: "application/x-www-form-urlencoded",
url:"clases/agregar_noticia.php",
data:"usuarioId=" + x.attr("value") + "&conjuntoId=" + y.attr("value") + "&asunto=" + z.attr("value") + "&contenido=" + w.attr("value") + "&fechaVigencia=" + v.attr("value"),
success: function(){ alert('se guardaron los datos');},
timeout:400000
});
o usar Ajaxsucces, que toma funciones globales