Questions tagged as 'jquery'

1
answer

Error creating components from an array

Based on this question I tried to do the same but I do not get anything. function displayResults(container, results) { var table = $("<div class='row tabla' id='tabla1'>"); $.each(results.filas, function(i, filas) {...
asked by 04.01.2016 / 06:41
1
answer

capture more than 1 value with ajax and laravel 5

I have in my view two selections with data, which I want to capture their values. I can do it with a select and the $.get method, but I do not know how to do it so I can capture two data and take it to a controller. I do not know if my...
asked by 12.07.2016 / 02:56
1
answer

Change of icons in drop-down list

I have a list of dropouts to which I have placed an image of an arrow, which must change from when it is closed to when the drop-down is displayed. When I do the modification of the image from closed to open it does it well, but when the drop-do...
asked by 17.12.2018 / 21:00
1
answer

How to make the check or error glyphicon only appear when you submit with the formvalidation plugin?

Well, as you will see how formvalidation normally works, it is placing a glyphicon as correct or incorrect as you type the email or password with its regular expression, as in this example that appears in the documentation Example , and I wou...
asked by 05.09.2016 / 05:14
2
answers

Edit text from the front end

I have these panels in Bootstrap, with text written directly from html, that is, without bringing it from the database .. The question is, is there any way to edit what you have written directly from the front end, ie without having to...
asked by 05.12.2018 / 00:28
1
answer

persistence in LocalStorage (fixes)

I have the following code, what I want is to save an array in my localStorage, which will be saved 1 by one as I add them, so far this is what I have, if you save the first item in the room, but already from the second, it begins to over write i...
asked by 26.12.2018 / 23:59
1
answer

Result 'NaN' when I add values

I have a script with which I need to add the values of the columns, but the result appears as NaN. I need to add from the second column to the sixth. Are you taking values that are not numerical? This is the script: <script> va...
asked by 06.12.2018 / 21:56
2
answers

Show daterangepicker "inline" inside a div, without drop-down

I am doing a filtering in a list and I would like to include the calendar with the possibility of selecting a range of dates as the daterangepicker provides in the column on the left as I show you below. I have not found any option to k...
asked by 05.12.2018 / 11:22
2
answers

Create Json with data from a table

I have the following table that is filled when making a formula What I must do is that when I click on a button to export, I create a json with the code and the quantity, and I put it to a function. This is what I have: $(document).ready...
asked by 17.04.2017 / 20:55
2
answers

Get the parameters of the onclick parent event

I have a function that is being called in a click event and has a $container parameter defined I'm trying to stop the process of that function, open a modal that has a save button and then continue with the original function by...
asked by 14.04.2016 / 22:42