Questions tagged as 'jquery'

0
answers

datarangepicker with jquery or bootstrap?

Well community, I've been trying for several hours to get the libraries of daterangepicker to insert that function on my page, and nothing that I could. These are my links in the head: <script type="text/javascript" src="//cdn.jsd...
asked by 05.08.2017 / 15:09
0
answers

Update html table

I have this Ajax which makes me an update, and I will pass it on so that I can delete the content that is checked, My mistake is that I also have to remove from the general table which I do not know how to remove it. This is the...
asked by 05.08.2017 / 15:30
0
answers

Update draggable does not work

I have the following code, do not pass the variables to save-position.php to perform the update. index.php: <?php $servername = "localhost"; $username = "root"; $password = "password"; $dbname = "coords"; // Create connection $con = new...
asked by 05.08.2017 / 10:08
2
answers

Ignore error in json from jQuery

I have the following problem when I make a call var googleAPI = "https://www.googleapis.com/books/v1/volumes/"+item.id; $.ajax({ type: 'GET', url: googleAPI, data: { pub : 'value' }, dataType: 'json', success: function...
asked by 04.08.2017 / 20:31
1
answer

Problems with onload event when loading images

Good, I have a loop that runs through an array in which there may or may not be loaded images, the issue is that when you crash these images on a canvas and do it in the way you specify in MSDN, I can only load the last image the same number of...
asked by 21.08.2017 / 07:52
1
answer

Create td depending "X" number that I pass

I want to create in a table X number of <td> depending on an X number that I pass, for which I have the following function. function holaMateriales(){ var cont =13; peticionDatos( '<?= base_url(); ?>index.php/modulos...
asked by 14.08.2017 / 22:55
0
answers

Jquery.multiSelect () Without entering the jquery.validate

How could I make the call to multiSelect('deselect_all') or multiSelect('select_all') Do not enter the jquery.validate ? A small example, in a list inside the container with id="reason" eg: <select multiple="multiple"...
asked by 03.08.2017 / 11:14
2
answers

Optimize query in Django for Datatables

The project uses MySql as a database engine, it makes me slow to show one of all the records in a table that contains about 1500 records. To send the data to the template I use a ListView in the view and in the template I use a Datatables to...
asked by 10.08.2017 / 08:37
1
answer

Help to validate form before sending

I have the following function that validates me if the email entered in the database exists and works well for me var emailExistente = false; //validar email en el registro $("#correo_usuario").change(function(){ var email = $("#correo_usu...
asked by 17.08.2017 / 21:00
1
answer

Chrome stops requesting localhost

I'm having a very bad problem with a site on Django, running on apache on a windows 7 32 bit. The site always runs on localhost via chrome in kiosk mode but has internet connection via wifi. The problem is that, the pages have buttons whic...
asked by 08.08.2017 / 23:40