Cesar Aracena

Results 2 issues of Cesar Aracena

Hi, I have the following script: > $('#usuario-buscar').typeahead({ minLength: 4, highlight: true, autoSelect: false, source: function (query, result) { $.ajax({ url: "user-filter.php", data: 'query=' + query, dataType: "json", type: "POST",...

Hello, I'm loading different sets of switches using AJAX + PHP depending on user selection using a select field. The problem is that when first loaded, the switches are not...