Questions tagged as 'jquery'

1
answer

Can you group the elements of the legend in kendoChart with JQuery?

Greetings, I would need to group the elements of a Kendochart series, so that they are separated as follows: Group title 1 : Series 1. Series 2. Group title 2 : Series 3. Series 4. I tried to do it with a template in the label as fol...
asked by 22.12.2017 / 07:55
1
answer

Obtain average progress percentage of 3, 4 and 5 div's with jquery

First of all, thank you very much to all who read this question and want to help me. The title is confusing, but here I will try to capture it: I have a container that sometimes has 3 div's, sometimes 4 div's or sometimes 5 div's, each contai...
asked by 23.12.2017 / 01:55
1
answer

prevent submit with ajax

I have the following form: <form id="frm-registrarusuario" action="../php/usuario.php" method="post"> <input name="usuario" id="usuario" type="text"> <input name="clave" id="clave" type="text"> <button type="submit"...
asked by 22.12.2017 / 23:55
1
answer

How can I give value to inputs depending on the value of a combobox?

Could you help me with giving a value to 4 inputs depending on the value I take from a combobox that loads the column of a table where all my data is? For example if on my page I use the combobox and I select the value "FIELD" (as it comes in...
asked by 08.01.2018 / 00:06
1
answer

In a row created by Jquery, how to name inputs that are created?

Good morning. I have the following situation, I have a table, which generates rows every time the 'add' button is pressed, within the created TDs there are some input that keep the information stored, all the above is inside of a form that g...
asked by 21.12.2017 / 15:47
1
answer

at the time of recharging a div, the script that is inside the div is not recharged

my code is as follows: <?php $r= rand(0,9); echo" <html> <head> <title>Alertas</title> <script src='web/view/js/jquery-2.0.3.min.js'></script> <script src='web/view/js/main.js'></script>...
asked by 26.12.2017 / 23:30
2
answers

Ajax post request

I am new in JS and I am confused in this, post request by AJAX , I would like to know if my comments are ok and if I am correct because I am confused enough, a post request opens and you are pass 3 arguments, string...
asked by 20.12.2017 / 20:11
1
answer

Problems with the css of a href in menu Bootstrap

$(document).ready(function(){ $(".dropdown").click( function() { $('.dropdown-menu', this).not('.in .dropdown-menu').stop(true,true).slideToggle("600"); $(this).toggle...
asked by 19.12.2017 / 23:45
0
answers

Error passing object by FormData and POST

The following function searches all the questions and answers that have been generated in a table in a dynamic way to carry out a questionnaire of x number of questions with x number of answers. However, when we want to pass the object to a p...
asked by 18.12.2017 / 18:19
0
answers

datepicker Boostrap

I am starting to use the Datepicker of Bootstrap because I need to capture 2 dates to make a query of hours worked, my problem is that I generate this error:    jquery-3.2.1.min.js: 2 Uncaught TypeError: $ (...). datetimepicker...
asked by 18.12.2017 / 13:35