Questions tagged as 'jquery'

0
answers

Datatables memory leak

I'm having problems with a function that generates a Datatables. It runs every 30 seconds, in the example I put it in 5, it starts to accumulate memory and does not release it. Check everywhere and I can not find the fault, the version that I...
asked by 22.05.2018 / 21:26
1
answer

Help with the validation of a name input mask in JS

I have an input which I am validating that I only enter letters, although it works, I also restrict the "spacebar" key. I am quite new in the use of this tool, I do not know how to add that key to the query in case the user decides to place two...
asked by 18.06.2018 / 14:59
1
answer

Send data by ajax to controller - symfony

I am developing a web management system of shifts with symfony 3.4, jquery and ajax. In a form, the user selects a location and a date and must press a button to obtain the available shifts. I can not get the response from the server or the orde...
asked by 17.06.2018 / 23:39
0
answers

How to get attributes by div using the html tags and their attributes to generate a json?

I'm trying to create a json with html tags and their corresponding attributes. <!doctype html> <html lang="es"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" cont...
asked by 08.05.2018 / 18:26
0
answers

Boost for mp3 audio with javascript

I'm trying to play this sound link 5 times higher, but I can not: document.getElementById("myaudio").volume = 5; setTimeout(function(){document.getElementById("myaudio").play();},1); setTimeout(function(){document.getElementById("mya...
asked by 22.05.2018 / 16:42
1
answer

TypeError: 'undefined' is not a function (evaluating 'link.click ()') Safari

How about? I am setting up a page with Wordpress, where you have the possibility of, by pressing a button, you will download a full .csv of all the subscribers to the page. In Chrome, IE and Firefox, this button works, but in Safari it gives me...
asked by 03.05.2018 / 15:15
1
answer

Redirect to another page using AJAX

An AJAX function, which passed a list containing the id of the selected rows of a table and two values of type date that are the start date and the end date. Those values are the process in a view that I have developed with Djan...
asked by 20.08.2018 / 20:48
1
answer

How do I talk only the dates I have in an array (bootstrap-datepicker)

I have the following problem. I have an array of dates, and I want only these dates to be enabled in the bootstrap-datapicker, I was reading the documentation but I did not find what I wanted! fechas = ['2018-08-21', '2018-08-22', '2018-08-...
asked by 21.08.2018 / 17:32
2
answers

AJAX Multiples submit in a form

I need to have 2 or more buttons in a FORM and each with a different action, I know that I can do this directly with HTML by adding a formaction but I need to do this from AJAX , I am also aware that I can use a onclick on each button,...
asked by 04.05.2018 / 15:36
0
answers

Problems with nested combobox

I have a problem with a nested combobox, at the moment of choosing the first list I should automatically load the second list with the corresponding code, but it does not, what it does is load it but I have to choose it manually, here is the ima...
asked by 30.04.2018 / 20:06