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...
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...
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"...
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...
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...
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...
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...
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...