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...
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...
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...
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...
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...
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...
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"...
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...
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...
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...