Questions tagged as 'jquery'

1
answer

Jquery Validate

I had my access to the controlled system from PHP , then I reflected and saw that it is not necessary to go to the server so that you can return a message, such as "fill in both fields", for example. So I opted to implement the library of...
asked by 26.09.2017 / 03:19
1
answer

Reload Fullcalendar Events

By pressing the "btn_insert" button, once the data is saved, I need the events to be updated, and for that I am using .fullCalendar ('refetchEvents') that should reload the events, but it does not and I do not know why. I leave the code. This...
asked by 27.09.2017 / 17:21
2
answers

execute functions by pressing enter

I try to execute different actions by pressing enter. But I do not know how to do this sequentially, that is to say pulse enter and an action is executed, and when I press again another one is executed later. Without affecting the previous one....
asked by 16.12.2017 / 18:04
2
answers

Pass data from a table html to mysql from jsp

Greetings, I appreciate your kind support. I have a form to register products that are added to the table but I have no idea how to send them to mysql dede JSP . <form id="detalle_boleta" class="form-horizontal" method="get" action="D...
asked by 14.12.2017 / 23:55
1
answer

Problem obtaining an id of an element that is clicked with jquery

I have this jquery code, what it does is that it is executed when a link is clicked: <script> var num = 0; var texto; $(document).ready(function(){ $('body').on('click', '#accordion a', function(){ num = $(this).attr('id');...
asked by 15.12.2017 / 21:35
1
answer

Add the id in the td as text

In that piece of code I go through the table the body and each td and to each cell I assign the color and try to assign the id of each cell (td) but all it does is repeat the last id of the last cell. $(function () { $("#materiales...
asked by 04.08.2017 / 23:01
1
answer

Error in Jquery DataTable "Requested unknown parameter '0' for row 0, column 0."

Good people, I have been presented with this error and I have not been able to solve it, I hope you can help me: This is my PHP code in which I get my DB records      include ("conexion.php"); $query = "SELECT * FROM ciclos;"; $resultado =...
asked by 09.08.2017 / 17:51
1
answer

error 400 (bad request) with jquery

friends using the method .POST of jquery send some parameters to a servlet mapped with spring , after that I need to return a value to the view, for this I transform the String to JSON with the library GSON...
asked by 09.08.2017 / 15:20
1
answer

Problem with datatable search

I am currently using the datatables plugin to dynamically list data from tables I have made for a system I am working on. Currently I have read enough of the plugin and I have not had many problems to use it, but today I have found a big prob...
asked by 10.08.2017 / 16:29
1
answer

Tag-it.js not working

I'm trying to get this example from Tag-it.js I use the external files that it says in the Example. <link href="http://aehlke.github.io/tag-it/css/jquery.tagit.css" rel="stylesheet"> <script src="http://aehlke.github.io/tag-it/js...
asked by 03.08.2017 / 01:01