Questions tagged as 'jquery'

1
answer

automatically display datalist

How can I deploy this list using jquery? <input list="browsers"> <datalist id="browsers"> <option value="Internet Explorer"> <option value="Firefox"> <option value="Chrome"> <option value="...
asked by 05.10.2018 / 17:05
1
answer

Pass a javascript variable to php without input [duplicate]

Hello everyone, please, if someone can help me, I need to pass a javascript variable to php .. I have this function <script type="text/javascript"> function operacion(field) { var form = field.parentNode; var numero...
asked by 05.10.2018 / 14:09
1
answer

Validate Inputs by jquery and validate them with jquery validator?

I already have the validator jquery with other rules of other static inputs, but I am adding some inputs through 'jquery' of the form: var ReglasValoracion1a1000 = { required: true, digits: true, range: [0, 1000],...
asked by 04.10.2018 / 02:35
2
answers

Change datable background color

I have some datatables that I want to change the background color on a specific page, so add a style to change it: table.display tbody:hover td{ background-color: red !important; } I do it this way but it only changes the color when the cur...
asked by 10.10.2018 / 20:57
1
answer

Disable button and select in a modal

I have a problem I have a function which fills the fields of a modal what I want is that when $('#estatus').val(d[7]); is equal to 0 and 1 the select is enabled $('#estatus').val(d[7]); and button update data and when it is...
asked by 10.10.2018 / 16:10
0
answers

ERROR TypeError: $ (...) .modal is not a function

I am developing a web application with angular. My code $('#Actualizar').modal('hide'); worked until I added dataTable to my project. $ (...) try to open a modal within my typescript file. I assume the error is in when I added this dataTa...
asked by 03.10.2018 / 18:14
0
answers

Get the value of several input in a row of a dynamic table in JQuery

My problem is that I am doing a module to capture orders from a restaurant and I use the Typehead plugin to auto-sugest an input. Whatever you choose from the suggestions, I will attach it to a table that I'm creating with JQuery, I'll show you...
asked by 03.10.2018 / 00:22
2
answers

Make multiple insert with checkbox

I have only been able to make insert but of only one, when selecting several people I want to make the insert of the ones that are selected, whether they are 3, 4, 5, etc. it's in MVC EL html <?php foreach($todo_personas as $todo): ?>...
asked by 02.10.2018 / 15:59
0
answers

How to check an input, according to the parameter received from a JSON, jquery?

Currently I fill a table dynamically in the following way: var cupones_bienvenida_todos = $('.cupones_bienvenida_todos'); var tipoCupon =''; $.each(response.data, function (i) {...
asked by 01.10.2018 / 04:11
1
answer

Modal is not shown in materialize (Omdb API)

I am using omdb api, it turns out that when I click on the link already created in the first request, it does not show me the modal for each movie (id) in specific. $(document).ready(() => { $('.modal').modal(); const API_KE...
asked by 01.10.2018 / 07:44