Questions tagged as 'jquery'

3
answers

Change color to input

I have a input text with a transparent background and what I want to do is change its background when I position myself in it, something like the image but with JQuery or JS     
asked by 27.11.2017 / 18:10
2
answers

Select only one checkbox at a time within a table and obtaining the data of the row marked using jquery

I'm just trying to select a checkbox while it is inside a table and get the data in the row. This is my table: <div class="table-container"> <table class="table table-hover table-custom border-radius-total-5 no-margin" id="ta...
asked by 29.05.2018 / 15:36
3
answers

How can I get the minimum and maximum date of a javascript fix?

I have this arrangement: var arr = ["2018-06-07","2018-06-30","2018-06-01","2018-06-21","2018-07-20"]; And I need to get the maximum and minimum date with javascript, I have tried with this function: var min = new Date(Math.max.apply(null...
asked by 20.06.2018 / 21:37
3
answers

does not send any kind of request when deleting record by ajax (jquery) and laravel

I've been trying to solve this for a few days and I do not get it, I am doing the logic to delete by ajax records but it does not work for me, if I go to the section of firefox for developers, in the network tab, once I make the request, it does...
asked by 30.11.2016 / 12:59
3
answers

Limit the length of a text with JavScript (Jquery)

How can I limit a text string with javascript or jquery ??? I have a data brought from the database, but that data is too long and I unravel my design, what I want is for example, if that data is greater than a certain number of characters co...
asked by 16.05.2018 / 19:02
3
answers

How can I make the jquery run properly when loading the page?

It turns out that I have a divs filtering code, which shows me one or another element, the filtering I do with jQuery, the problem is that I want to start loading the page, do not show me all the options, if not, do not show me any and when sele...
asked by 24.05.2018 / 09:29
1
answer

I do not enter the IF [duplicated]

Good I have a jsp that passes data to my servlet with ajax. This is my Script $(document).ready(function() { var dni = "00000r"; $.post('actionServlet', { }, function(responseText) { num: "1" $('#datos').html(resp...
asked by 08.08.2018 / 12:56
2
answers

How do you update a div in another div?

I have this code but it does not work for me, it does not update, I want to update a div in another div but I do not know how you can help me: <!doctype html> <html> <head> <title>Document Title</title>...
asked by 25.10.2017 / 16:43
1
answer

Alert in image

I have: <img onclick="exportToFile('WORD')" src="${resource(dir: 'images', file: 'word.png')}" /> <form id="reportForm" action="/test/report1"> ................ </form> <script> function exportToFile(type) { $( "...
asked by 28.04.2017 / 10:35
2
answers

Jquery search engine

Good morning, I have this kind of board, <table id="table" class="table table-hover"> <thead> <tr> <th style="text-align:left;">Titulo del documento</th>...
asked by 11.05.2017 / 09:10