mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en direcciones presupuesto cliente
This commit is contained in:
@ -96,6 +96,7 @@ $('#direcciones').on('change', function() {
|
||||
|
||||
|
||||
$('#insertarDireccion').on('click', function() {
|
||||
|
||||
//if( ('#direcciones').val() > 0 ) {
|
||||
|
||||
let unidades = $('#unidadesEnvio').val();
|
||||
@ -163,16 +164,14 @@ $('#insertarDireccion').on('click', function() {
|
||||
}
|
||||
|
||||
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
//}
|
||||
return false;
|
||||
})
|
||||
|
||||
|
||||
$(".eliminar-direccion").on('click', function() {
|
||||
|
||||
$(document).on('click', '.eliminar-direccion', function(e) {
|
||||
console.log("eliminar2");
|
||||
$(this).closest('.row.mb-3').remove();
|
||||
return false;
|
||||
})
|
||||
return false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user