I have a little doubt, which is that I have to put a json to a array ,
My jquery:
function girar_ruleta() {
var mesa = $("#numero_unico").val();
$('#ruleta_giratoria').modal('show');
$.post("php/traer_madres.php", {mesa: mesa},...
asked by
11.05.2017 / 17:01