Questions tagged as 'jquery'

0
answers

Petitions to Swagger

Good morning, I'm making a website that makes connections to a Velneo database, using Swagger. I managed to consult the database in the following way: var xmlhttp = new XMLHttpRequest(); xmlhttp.open("GET", $urlEnvio, false); xmlhttp.setRequ...
asked by 13.04.2017 / 10:26
2
answers

Send Data by ajax library TCPDF

I need to send data from ajax to a pdf, but at the time of printing the data is lost, is there any configuration of TCPDF, so that it responds to ajax requests? function ComprobanteCliente() { $.post("<?= base_url() ?>PdfImprimirCon...
asked by 29.03.2017 / 18:24
1
answer

Modify and read span from jquery with the function load

I hope you can help me. I have problems when from jquery I intend to read the value of a span after calling the load () function. The span is created dynamically by javascript each span carries an input that is also created dynamically. all the...
asked by 26.03.2017 / 23:18
1
answer

Function codeigniter works in windows but not in linux

Develop this function to upload files to the server but I do not understand why it works in windows and not in linux 7 cent, so that it works in linux should something be configured? permissions or something? I already change permissions of the...
asked by 25.05.2017 / 15:14
0
answers

click file upload

Good morning, I'm working with the jQuery-File-Upload plugin and I have a problem with the chrome browser, I have a botton that is in two different menus when I'm in the main menu and I click and open the dialog box to Upload an image, but when...
asked by 25.05.2017 / 14:31
0
answers

why does my game stop using Phaser?

Hello Developers , I was developing the Space Invaders game in a library called Pherse.js (JavaScript). When two objects collide (bullet) vs (enemy) my screen freezes, led I leave the code in JS: JS: var fondoJuego; var nave; var TecladoInpu...
asked by 14.04.2017 / 18:28
0
answers

Record Repeated in a table with infinite Scroll

I have implemented a table with infinite scroll in HTML with jquery, php, mysql. The query records are done correctly. In php, query intervals are handled well with the LIMIT clause of mysql. And in each response, the variables that control t...
asked by 29.03.2017 / 02:47
2
answers

Dynamic input with jquery

I need to create dynamic inputs /*Crear input dinamico: distancia de izquierda a derecha entre sanitarios.*/ $('#dynamicSanitary').change(function(){ var val = $(this).val(); var disSanitary = disSanitary; var innerhtml = '';...
asked by 21.03.2017 / 16:56
1
answer

How to send data from an html table in nodejs?

I am trying to send data from a table using jquery to get the values from the table but not send them by POST method in node js, for the moment I only show them in an alert, like the jquery step to an app. post ('/ send_data');. $("#btnEnviarD...
asked by 27.03.2017 / 20:00
1
answer

Data list is no longer displayed

I have a problem, when visualizing the data assigned to a specific type of role, the data of the others are no longer displayed, the field is set. I have the following:     // Load the Role and the associated permissions according to the ID...
asked by 30.03.2017 / 19:42