Questions tagged as 'jquery'

2
answers

Why does datetimepicker work on Google Chrome and on Mozilla Firefox does not work? [duplicate]

This code works for me by calling an input and displaying the date in chrome but in firefox it does not work: <div class='input-group date'> <input type='text' id="date_ex" name="date_emi" class="form-control" />...
asked by 02.08.2016 / 17:58
0
answers

Jquery - select2 in table td element

Hello, I have a table where the td elements can be edited online (double click and an input element is added so that the cell can be edited). I have some columns where it is necessary to have a list of predefined values and where I want to use t...
asked by 15.05.2016 / 18:56
3
answers

Add class to a column without affecting the header [DataTables.net]

I try to add a class to a column without having to affect the header but, I have not been able to achieve it, I have tried several things like. This is what the API says "createdRow": function( row, data, dataIndex ) { if ( dat...
asked by 23.10.2018 / 22:02
1
answer

Hide divs father if son div has certain text

I have an html file with more than 3500 div and I need to create a function with jQuery to hide the div parents if a div child has certain text (eg: "code"). How could I do it? This is my function, but I can not get it to...
asked by 13.09.2018 / 22:34
1
answer

Problem with AJAX result in a required jQuery rule Validate

I have an incident with an answer that I have in an AJAX, all this within a depends of a rule required in a JS with jQuery Validate for the validation of a form. I leave the code that I am running: $('#form').validate({ ig...
asked by 17.03.2016 / 12:59
1
answer

Show div based on combination of Selected options

I am trying to show different DIVs based on the selection of 2 'option' but if I want to show 2 times the same div with different 'option' they are not displayed. div1 = 3 + 5 (not shown) div2 = 2 + 7 (shown) div1 = 4 + 4 (shown) Why...
asked by 27.03.2016 / 17:27
1
answer

Clone a complete table without classes and validate both tables

I would like to leave you with the following concern, since I have been struggling for a long time with this and I have not been able to correct what happens. I have this HTML: <div class="clone-group" > <table border="0" class="fo...
asked by 21.03.2016 / 19:58
0
answers

create a dynamic array with the $ .map function in jquery

I have attached my code. What I have in my grid an order column, this column has a combobox ("none, 1,2,3,4"), every time I select a combobox repeated ie with the same value I will launch a message that that order has already be...
asked by 19.04.2016 / 20:16
1
answer

Update table using jQuery and controller in Spring?

What I'm looking for is that when I click on the button the comment table is updated asynchronously, that is, I'm loaded with a jquery function that updates a table in the JSP. I leave the code, because currently I miss the "alert" error: Con...
asked by 12.04.2016 / 00:00
4
answers

Validate a drop-down list with a button that opens a modal window in bootstrap

I have a button that displays a modal window with bootstrap. <button id="btnPrueba" type="button" data-toggle="modal" data-target="#VentanaProducto" style="height: auto; background-color: lightgray;"> But now I need to eval...
asked by 21.03.2018 / 16:36