Você está na página 1de 1

$( "#dialog-confirm" ).

dialog({ autoOpen: false, height:100, width:220, modal: t


rue, buttons: { "Aceptar": function() { var data = { 'accion': "eliminar", 'cod_
tarea':$("#codigo" ).data('hu') }; $.post('../../../../rest/registrarTarea.php',
data,function(msg){ if(parseInt(msg)!=0){ var aux=$("#codigo" ).data('hu'); $('#
'+aux+'','#lista1').remove(); location.reload(true); } }); $("#dialog-confirm").
dialog( "close" ); }, Cancel: function() { $( this ).dialog( "close" ); } } });

Você também pode gostar