Questions tagged as 'jquery'

2
answers

How to confirm before deleting a record with PHP and AlertifyJS?

I have a question with the confirmation before deleting a record from my Database, for this I am using PHP and the AlertifyJS library, in my HTML structure I have a link through which I send by GET method the id of the person to delete, in this...
asked by 19.10.2018 / 21:58
3
answers

Error showing json data

I have this code: <script type="text/javascript"> var direcciones = []; function getDirecciones() { $.ajax({ url: "getDireccionesJSON.php", success: function (data) { if (data != 0) {...
asked by 09.11.2018 / 20:05
1
answer

like traversing an array and replacing or deleting elements in javascript

A question how can I go through this array and delete all the commas (,) that I find in the value, I want to send that array from ajax to php and then send it to the database and I want to eliminate the comma (,). Thank you very much for the ans...
asked by 10.11.2018 / 01:21
1
answer

How can I click on an image with a specific Zindex?

I have a problem I need to detect the event click on an image with a specific index, before clicking the id of the image I want to click, but it prevents me from detecting the event click on the image I want because there are other images with z...
asked by 24.10.2018 / 20:02
1
answer

How to select only 1 radio button from 3 different lists, jquery?

I have the following list that is shown as follows: <tbody id="productos_lista1" class="productos_lista1"> <tr> <td class="nuevo-td codProducto">32155&...
asked by 12.10.2018 / 21:09
1
answer

Datepicker Current [closed]

I have a question, I am currently using Bootstrap 4 and Jquery 3.3.1 the fact is that I need to add to several forms the power to choose dates but not doing typical <input type="date"/> since the format that gives me by default is n...
asked by 15.10.2018 / 11:04
1
answer

Why do you execute the function when selecting the radio button, but do not select it, jquery?

Good morning. I have the following table with its records and each with its radio button: <tbody id="formas_pagos" class="formas_pagos"> <tr> <td class="nuevo-td">Descuento Adicional</td> <td clas...
asked by 10.10.2018 / 18:36
1
answer

Change color to an item in the Canvas

What happens is that I am implementing an animation to simulate the effect of water in a circle, for this I am using a Js that I found online called "waterwave", but I can not change the color of the black background, try to several ways and the...
asked by 10.10.2018 / 20:25
3
answers

Decompose a variable that contains HTML

Hello, I have a query, how can I decompose a variable that contains the following? <div> <strong>titulo aqui</strong> <br> <text>Texto aqui</text> </div> What I would...
asked by 31.10.2018 / 05:26
1
answer

Doubt with load (1) [closed]

I have the doubt that this "load (1)" meant in this input <input type="text" class="form-control" id="q" placeholder="Código o nombre del producto" onkeyup='load(1);'> As I see in the file there are other load (1) like here but in no...
asked by 31.10.2018 / 18:22