I have this script:
$(document).on('click', '.tipo-sangre', function(event){
var tipo = $(this).data("sangre");
$(tipo).appendTo("#tipo_sangre");
});
What I want is to give clik me pass the value of the var to a hidden type input to b...
asked by
17.12.2018 / 22:27