Questions tagged as 'jquery'

2
answers

Error dataTables with jQuery and Bootstrap

I am trying to do the following using dataTables. What I want is that the circle with the most appears in the first column and that when I click, I display the other data, as shown in the image. I am following the steps of the dateTables e...
asked by 07.02.2018 / 02:34
2
answers

How to add several records at once with php and javascript

I have knowledge in CRUD (Create, Read, Update and Delete) of MySQL PHP but in a last project of warehouse I wanted to make a form that the more inputs are requested, more rows of form can be added, but this I do not know how to add a id...
asked by 31.01.2018 / 04:24
1
answer

How to collect JSON data in JQuery

I have this view of the data in a JSON in JQuery and I want to do something similar to what is done with laravel data to get the data and contrast it with others, I've done something like this ... console.log(resenia[0]{cmt_libro_id})...
asked by 17.02.2018 / 14:53
1
answer

Differentiate inputs of two forms in JQuery or Javascript

I am developing a web application for a travel agency, in this application the sales are registered, these sales have services that vary the cost of each depending on the client, supplier and / or destination. In the part where I add these sale...
asked by 17.02.2018 / 15:43
2
answers

Token CSRF Symfony

I am sending a request by ajax to a controller and this error is generated    ERROR: The CSRF token is not valid. Please try to send the form again. Form {{ form_start(form, {'action': path_with_locale('general_alerts'), 'attr':{'id': '...
asked by 23.01.2018 / 23:18
1
answer

Capture data from a single TR jquery

I have a dynamic table and inside I have a td with a dropdown button with several options in (one is save) that would be specifically capture the specific information of that tr and send it by ajax some idea of how to capture only the informatio...
asked by 23.01.2018 / 18:35
1
answer

Show bootstrap alert after an item

I have the following div that contains a input with its respective id : <div class="form-group linea numBoxCaja 1"> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-user"...
asked by 20.02.2018 / 20:44
2
answers

Vertical scroll by clicking on the background

Is there any way by means of jQuery or CSS to perform the vertical scroll by clicking on the body of the page? I have made and modified the scroll of the project but I have no idea how to capture the event of clicking on the body and move the...
asked by 08.02.2018 / 18:49
1
answer

clean a select in jquery

When making a query through ajax, the parameters that I am sending are sent by selects but the problem is that once the query is done the values remain there and they do not want to erase me, I used the option empty() but when I do, the o...
asked by 09.03.2018 / 19:56
2
answers

Problem calling javascript function does not return result generated by ajax

I have a problem that I can not solve, it turns out that I want to call a function which after doing an insert in mysql returns the id, that makes it perfect, but my function never manages to receive the result despite the id by console It comes...
asked by 07.01.2018 / 19:12