cerojas

Results 2 comments of cerojas

did you solved that? i have this problem too

I get the value from href property javascript ``` $('[data-toggle="element-confirm"]').confirmation({ title:"Some question?" ,btnOkLabel:"YES" ,btnCancelLabel:"NO" ,onConfirm: function (obj) { var valueOfHref = obj.currentTarget.href.split('/').pop() console.log(valueOfHref ); $(".tracking .icon_td .popover").find('.popover-content').html("Cambiando..."); alert("waiting..."); $('[data-toggle="solicitud-estado-confirm"]').confirmation('hide'); return...