Questions tagged as 'jquery'

0
answers

Jquery Form Validator with id exchange through attr

I'm putting together a form that is validated by Jquery Form Validator link What I am doing is that when I send the form, I validate the fields that I require and if they are correct I send them through ajax, at the end of the query I modif...
asked by 11.10.2018 / 23:19
0
answers

Uncaught ReferenceError: define is not defined at core.js: 5

I'm inserting jquery to a laravel 5.7 project to be able to work with the chart.js library but I see this error in the browser console: Uncaught ReferenceError: define is not defined at core.js: 5     
asked by 11.10.2018 / 21:26
1
answer

Send HTML by JSON with PHP

I have this HTML that I generate with the function of php selectHorarios () <option>13:15</option> <option>13:30</option> <option>13:45</option> <option>14:00</option> That I send it with thi...
asked by 12.10.2018 / 08:25
0
answers

Cancel jquery effect from 550px

I am using the following code so that 3 containers have the height of the longest: var maxHeight = 0; $(".liste").each(function(){ if ($(this).height() > maxHeight) { maxHeight = $(this).height(); } }); $(".liste").height(maxHeight);...
asked by 12.10.2018 / 07:28
0
answers

how can I edit dependent combo data in ajax

the combos that are dependent on the $ ("# module") are: $ ('# week'). val (objProgramacion.semana), $ ('# grupo'). val (objProgramacion.idgrupo);                   , $ ('# hora'). val (objProgramacion.idhorario);                          and $...
asked by 13.10.2018 / 01:04
1
answer

access a td of the table when clicking

I would like to know how I can access a part of my table, the part where I put the label-success I assign an id to td to do something but it does not work as I put the span and the same. I do not know what I'm doing wrong use this function di...
asked by 12.10.2018 / 01:00
2
answers

Rare behavior with multiple input type="time" added dynamically

I am using the control input type="time" several times dynamically, I begin to describe my problem. When I add a control input type="time" for the first time, everything works correctly, the problem is when I add 2 or more controls...
asked by 27.10.2018 / 23:06
2
answers

Problem with the use of symfony path in jquery ajax call

I am developing a web system with Symfony 3.4. I have a function that must execute an ajax call to a controller and use the jquery function for that purpose. I'm having problems using the {{path ('')}} in the url The ajax call is the following...
asked by 11.10.2018 / 16:30
0
answers

Refresh in multiselect

I have an application where I am using 4 multiselects, one depends on another to fill and I fill it with jquery, the first multiselect filled it with direct fields, and once I choose an option or several, I fill the second multiselect without pr...
asked by 11.10.2018 / 15:12
1
answer

How to place a forward and replay buttons to the costador of a slider?

I have the following slider, but I can not place some buttons on the sides of forward and backward to have more precision. $("#mySlider").slider({ range: "min", value: 0, min: 10000, max: 300000, step: 5...
asked by 11.10.2018 / 16:13