Questions tagged as 'javascript'

1
answer

Click on Save modal closure

The delete command works but I want the modal to be closed when it is removed <form action="" id="feliminar" novalidate="novalidate"> <div class="modal fade" id="ModalEliminar" tabindex="-1" role="dialog" aria-labelledby="myModalLabel...
asked by 14.11.2018 / 14:27
1
answer

Detect input of a form when the button is clicked

Guys, how are you? I have a doubt, I have to validate a field type text of a form, the issue is that I generate a form for each row of a table that I bring by jsp. so: <tbody> <c:forEach items...
asked by 14.11.2018 / 17:11
1
answer

Delete n columns with pdfHtml5 - excelHtml5 - DataTables - JS - jQuery

Hello everyone, I have the following view As you can see I have a table and the buttons EXCEL and PDF But when I download it I get it this way: What I want to know is how to eliminate the last column called ACTION Thi...
asked by 19.11.2018 / 17:18
1
answer

select row by passing a datatable id (Jquery)

I'm working with jquery datatable. I would like to be able to select a row (Add the classe seleted) but passing it an id. Let me explain, when I click on a row, it is shaded, I want it to do that but without clicking, for example, passing it...
asked by 19.11.2018 / 17:40
1
answer

Reset field HTML Img

Cordial Greeting, I hope you are well and can help me with what I want to do. I tell you what I do so far. I have an input file. What it does is load an image and next to it appears the preview of the image that was loaded. We are do...
asked by 19.11.2018 / 14:22
1
answer

Insert the same value in a javascript array with push

I have the following situation, I am shaping an object within a for cycle and then inserting it into a array . The object is conforming me without problem, the detail I have it at the time I insert the data in the array, since when inserting...
asked by 21.11.2018 / 01:47
3
answers

How to obtain value of an html select in js through the DOM?

Well the problem I have is that I want to do something very simple and I want to perform a mathematical operation depending on the type of operation that is selected (this is done by the type) but I do not know how to access through the DOM so t...
asked by 21.11.2018 / 22:56
2
answers

Agreagar setinterval to row datatables

How could I integrate a setinterval of 1 sec to this: <div class="table-responsive"> <table id="listado" class="table table-striped"> <thead> <tr> <th>N° PROCESO</th> <th>TECNICO</th>...
asked by 21.11.2018 / 20:13
1
answer

How to update javascript code every 5 seconds? [closed]

How to update this code every 5 seconds ?. I need that when the user changes his fingerprint, the code is updated without the need to update the page, and that the cookie with the value of the new fingerprint is created. <center> Tu Huel...
asked by 18.11.2018 / 14:31
2
answers

Open input from icon font awesome

What happens is that I want to click on the fa-paperclip icon to open the window to choose which files I want to attach. I currently have this: <html> <head> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4...
asked by 14.11.2018 / 17:43