Questions tagged as 'jquery'

2
answers

redirect to a servlet from an ajax passing values

Hello, what I want to do is redirect to a servlet from a jsp using ajax, since I have to send data that are not in the form, but should not be seen in the url colo are mascot, age and the token since the latter expires every so often, so it must...
asked by 14.12.2018 / 19:47
1
answer

Send Array JS By ajax to PHP

I capture several inputs (the value) dynamically in the following way: <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> &...
asked by 06.12.2018 / 22:59
2
answers

How to remove styles with jQuery when clicking on an HTML element

My Question in the image $('#campoBusq').on('click','.xClones',function() { $(this).parent().remove(); $("#categoria").find(".cont-optionElement").removeClass("estilSelectCateg");...
asked by 18.03.2017 / 02:15
3
answers

Modal of Bootstrap does not open

Good, I have looked for possible solutions but with them I can not solve the problem. I try to open a modal window with Bootstrap but that does not open when I press the button. <form class="form-inline"> <button ty...
asked by 16.08.2016 / 20:48
1
answer

How to select multiple rows in the Data Table jQuery and obtain a data for each selected row?

How can you select multiple rows of a Data Table jQuery, and get the data of the first column of each row selected ????     
asked by 17.08.2016 / 17:40
2
answers

How to show and hide divs and vary class crossed out?

I am working with a price table and as you can see the total price varies through the action ws-plus and ws-min , this part I have it done. Now, what I need is to work with the actuators. By default I want the "item that varies p...
asked by 09.04.2016 / 15:43
1
answer

Is it possible to create a table in Angular DataTables with a factory?

I'm using the famous angular-datatables plugin that combines Jquery Datatables with Angular. I just learned how to use a factory to fetch data from a JSON file. My question is: Could you use a factory on angular-datatables to use it as...
asked by 21.06.2016 / 17:45
2
answers

Center in javascript and leave space between lines

What friends do I have these barcodes, but I need the name of the product to be above and the price below in a focused way, I tried with <br> \n and nothing, I would really appreciate your help. This is the code: $...
asked by 26.10.2018 / 23:43
1
answer

How to remove a value from an html table depending on the selected value with an input check, jquery?

Good morning. I currently have 2 tables in this way: The table we lend the genre dynamically in the following way: var prestamos_creditos = $('.prestamos_creditos'); $.each(response.data, function(index,value){...
asked by 18.10.2018 / 17:09
2
answers

call attributes through multiple relationships and select multiple

I am relatively new working in Laravel, and I am learning on the fly, this time I'm stuck, and where I am I can not watch videos to try to solve the doubt that I have in these moments, hopefully they will ask me to help. I have a relationship...
asked by 28.09.2018 / 22:31