Questions tagged as 'jquery'

2
answers

Send id to script by ajax depending on the button that is chosen

I am trying to send emails to certain people depending on the button that is chosen, the table in the interface consists of two fields, the name of the person and the button that is going to send the mail when you click. This table is built b...
asked by 17.08.2018 / 00:08
2
answers

add inputs with jquery

I have a form in html and I need the inputs to be added when adding value to them (lose the focus), I've tried with a class in this way function calcular_total() { var importe_total = 0 $('.amt').keyup(function (){ $(".a...
asked by 09.12.2016 / 18:33
4
answers

Why does 'jQuery' run twice?

js where I have 'jQuery', the problem is that I am executed twice. Someone can explain to me what is due and how to solve it please. Annex the jQuery ... $(document).ready(function(){ $("#botonExportar").click(function(){...
asked by 21.12.2016 / 01:23
3
answers

How to add and remove data from an array according to the value with splice

Hello I need help with an application in which I have 5 checkboxes could be more up to 100 but I'm doing the example with only 5. Well, the thing is that when you choose transport options you are actually clicking on chechboxes that will sa...
asked by 04.10.2018 / 19:35
1
answer

Do Hover in an image and it stops immediately with Slick Slider

I am implementing slick on my website, for this I have adjusted it so that the slider turns continuously if doing the typical image stop at the center. The problem is that for this I had to autoplaySpeed to 1 and speed to 5000, by activating the...
asked by 14.08.2018 / 08:45
2
answers

Sending variables by ajax I receive an empty object

I am trying to send a variable that I get from an input to my controller in the following way $(document).ready(function() { $(".autocomplete").on('blur',function(){ var occ = $("#oculto_id").val(); $.ajax({ url...
asked by 03.08.2018 / 20:09
2
answers

Distribute the jQuery code in several .js

With reference to this question: How to include a JavaScript file to another Javascript file without using JQuery? I have a js of very large jQuery code, so, having everything a little more orderly, it occurred to me to create several js...
asked by 28.10.2018 / 13:33
1
answer

Searcher in Jquery

It is possible to search for strings that are not together with Jquery that is I have this search engine $(document).ready(function () { (function($) { $('#search').keyup(function () { var value = reemplazarAcentos($(this)...
asked by 30.10.2018 / 06:36
2
answers

How to add text to a text area

My problem is not a problem, it is a doubt. I have a text area in which the user writes a comment that will be published on my website, but I also have a command code that by pressing, for example / in the text area, a list with friend...
asked by 01.08.2018 / 16:25
1
answer

How to validate a switch (materialize) with jquery?

In a ready table the users brought from a database, and to validate that a user is active or inactive, use a SWITCHE (on/off) ... .done(function(rest) { let resp = $.parseJSON(rest); let output = '';...
asked by 10.07.2018 / 16:38