$(document).on('click','.view-info',function(){
id_ = $(this).val();
url = '<?= site_url("Venta/detail/'+id_+'") ?>',
This is stressing me out, as I can concatenate the variable id_ in my route that is seen in the code. I...
asked by
22.05.2018 / 23:49