Questions tagged as 'jquery'

0
answers

Help with timer in Datatables

In a column of the datatable, the time is set, if this time becomes a chronometer, the problem is that the first value that only finds that one repeats in the other cells of the column, for example the time in cell 1 It's 09:25:45 and if I activ...
asked by 03.10.2016 / 15:24
1
answer

Because changing the validation in the onchage event does not work for me

I have a problem with the following code. $('#selDocTipo').change(function () { var $optionSelected = $("#selDocTipo option:selected") var TipoDocId = $optionSelected.val(); // dni 8 pasaporte 10 tarjeta de secretaria $("#txtNu...
asked by 31.08.2016 / 17:44
0
answers

Jquery's challenge _ Serial computer [closed]

I would like to know how the enunciation animation could be done, if it is enough with jquery or would it be appropriate to use another framework? Statement: Enter an indeterminate set of integers in any order *. Once the set of numbe...
asked by 08.08.2016 / 21:43
2
answers

jquery DataTables does not allow opening modal dialog after 10 rows

I have a problem when using jquery Datatables , I do not know why it does not allow me to open modal dialogs that are called after row 10, everything works normal in rows 1 - 10 of the table, however I do not know what happens that all the othe...
asked by 09.05.2016 / 22:44
1
answer

Jquery Validate show gif when submit

I'm doing a form validation and I use Jquery Validate() but I have a problem. I indicate the code $("#formBloqueo1").validate({ success: function() { $("body").css({"overflow-y":"hidden"}); var alto = $(window).hei...
asked by 28.06.2016 / 11:55
0
answers

Pass data / variable PHP to modal Bootstrap 3 from SVG path

I have this that launches a modal Bootstrap 3 with an input that collects the value of data-id but it does not work when I ask it from the SVG path, it launches the modal correctly , but without the value data-id. However from a current...
asked by 03.08.2016 / 00:54
0
answers

Error in Chrome with bootstrap carousel

Greetings I am trying to make a bootstrap carousel with multiple items in angular. The funny thing is that it works in Internet Explorer and Firefox but in Chrome it does not work. in Firefox and Internet Explorer: in Chrome: I do...
asked by 03.08.2016 / 20:50
1
answer

Make an ajax request if another ajax request was successful

How can I do so that when an AJAX response enters into the success, execute another ajax method? Currently I only run the most external AJAX method and the AJAX more internal does not execute it, this is my AJAX code. $.ajax({ type: 'POST...
asked by 14.06.2016 / 16:50
0
answers

How to generate a custom ToolTips with google charts

Good morning, I'm working on creating a combochart, with custom tooltips; another graph when passing the pointer over a bar, but I could not make the attached graphic the code that I carry as well as the page that shows the example (in the secti...
asked by 08.08.2016 / 18:34
1
answer

How to insert data in MySQL with dynamic fields inputs?

$(document).ready(function(){ var addButton = $('.btn-danger'); //Add button selector var wrapper = $('.col-sm-9'); //Input field wrapper var fieldHTML = '<div style="margin-top:10px"class="input-group"> <input type="tex...
asked by 30.05.2016 / 19:16