Questions tagged as 'jquery'

1
answer

Conflict when validating a password with jqueryvalidation

Following the advice of a contributor to this web page, I decided to include the jquery validation plugin Now, I was following a tutorial uploaded by the developers of the plugin, where they implement a function called strongPaswword. In it...
asked by 12.09.2017 / 00:05
1
answer

Enter coordinates (bookmarks) in a google map

DATA: null([{"id":"0008","nombre":"FACULTAD DE CIENCIAS I","bbox":"-0.515358212377548,38.3869756882801,-0.514646718387274,38.3874205581019","count_geometrias":2098,"plantas":"{P1,P3,P2,PB,PS}"},{"id":"0206","nombre":"CENTRO INCUBADOR DE EMPRES...
asked by 15.10.2017 / 18:53
1
answer

Obtain values of a JSON per individual

Having this function: <script> function testAjax() { $.ajax({ url: 'https://dev.datos.ua.es/uapi/5QGUfP3UM6j5VXERjKvU/datasets/11/data', type: 'GET', dataType: "jsonp", success: function (d...
asked by 15.10.2017 / 15:12
1
answer

How to stop the $ .each cycle

Greetings, I have a table with inputs these are dynamic what I need is to validate them so that they are not empty at the time of recording them in the bd , these elements are traversed by means of a $.each in jquery ,...
asked by 23.10.2017 / 18:18
1
answer

Notice Error: Undefined index: [closed]

The following code: <?php require_once $_SERVER['DOCUMENT_ROOT'].'/tecnliv/core/init.php'; $padreID = (int)$_POST['padreID']; $selected = sanitize($_POST['selected']); $childQuery = $db->query("SELECT * FROM 'categorias' WHERE padre = '...
asked by 30.08.2017 / 04:17
1
answer

How to add and remove selects with jquery?

Hi, I have a jquery code that works perfectly for me to add new inputs. The problem is that I also need to add dynamic selects for my system and I really do not understand the syntax of jquery. I would greatly appreciate your help. Certainly the...
asked by 01.09.2017 / 15:04
3
answers

problem when uploading photo with jquery and php

At this moment I am trying to upload a photo with ax folder but the photo save is not executed, because when I press the button it is sent the whole page and the process is not done without reloading the page, to then I leave the codes that I ha...
asked by 01.09.2017 / 02:33
2
answers

Passing values between JS files

I have two pages .aspx with its respective .js file, I have passed between both information by means of parameters in the URL but I would like to pass from one .js to the other a variable that has too much information ... there is some way to pa...
asked by 04.09.2017 / 16:43
2
answers

Select / Deselect items

I am trying to implement an option to select / deselect a drawing (each drawing would be a product). And I got it from the start, I can do it one by one, or through a button that selects or deselects everything. The problem is that when I cli...
asked by 04.09.2017 / 11:44
1
answer

Uncaught SyntaxError: Unexpected token:

I have a problem with the following code where the answer is this: As you can see there is an answer but I get that error and it does not load me. Thanks in advance! window.onload = function() { var mb = document.getElementById("...
asked by 02.11.2017 / 20:37