Questions tagged as 'jquery'

0
answers

How to delete an array of objects that correspond to a checkbox?

Good morning. Attached an image of how is the functionality. For example, for this case, I have selected the first checkbox, this executes a function that displays the table that says You can choose from this list 1 , by clicking "+" in any of...
asked by 28.09.2018 / 15:24
0
answers

Loader and nav bar

I have a question with a page I'm doing, I made a loader with jquery: window.onload = function() { $(".loader").fadeOut("slow"); $(".container-fluid").css("display","block"); } NOW, when the page is loading the nav bar that is insid...
asked by 27.09.2018 / 20:57
0
answers

How to execute a function, after having obtained a server value, jquery?

Good morning. I have the following function where it returns the value idPedido function obtenerPedido() { axios.get('https://URL/Pedido?CodigoCliente=${codclienteAfiliadoPedido}&Cod_Trib=${cod_trib}&TipoSocio=${idtiposocio...
asked by 27.09.2018 / 16:06
0
answers

help ddslick jquery plugin

Hello community I found this library of dynamic selects in jquery ddslick I would like to know if anyone has knowledge of it, the library has two forms If you are looking for the documentation you will see what I mean, because I am using the n...
asked by 26.09.2018 / 17:24
0
answers

ScrollMagic is not defined

I try to implement ScrollMagic for the implementation in a new web page but I get the error:    ScrollMagic is not defined continuously. Why does it come out if I have all the scripts implemented in the HTML? <!DOCTYPE html>...
asked by 03.10.2018 / 09:01
1
answer

How can I create a dictionary of feminine and masculine words?

I have a question, I have defined a function to restrict offensive words in my input but I need a code so that regardless of the word that is entered, the code restricts the words in both female and male, example: dog - bitch the following is...
asked by 26.09.2018 / 14:43
1
answer

Get 2 input with same name

I'm trying to get by name 2 inputs that generates by jQuery a select (that's why the counter) then make a REQUEST in ajax with a foreach that traverses input by input to make the save, the problem is that I get the 2 values...
asked by 26.09.2018 / 12:33
1
answer

How to do a "See All" from a list generated dynamically with jquery?

Good morning. I currently generate a list as follows: var lista_productos_elegir = $('.lista_productos_elegir'); valCarrito = response.data; $.each(valCarrito, function (i) {...
asked by 26.09.2018 / 15:39
1
answer

How to check some input according to the value of a json, jquery?

Good morning, I currently generate a list of coupons dynamically in the following way: var cupones_bienvenida = $('.cupones_bienvenida'); var tipoCupon =''; $.each(response.data, function (i) {...
asked by 26.09.2018 / 16:01
0
answers

How to select checkbox and fill a table from a json, jquery?

Good morning I have the following view in the following way: When switching to another view, what is generated is the following json: { "titulo":"Todos los checkbox", "checkbox":[ { "identificador":"168511",...
asked by 30.09.2018 / 07:11