I want when I click on the radios to call the function, it is currently like this.
$("input[name='txtCategoria']").on('blur', function(){
var txtCategoria = $(this).val();
$.get('buscar_tipos.php?txtCategoria=' + txtCategoria,function(...
asked by
25.03.2017 / 16:19