Questions tagged as 'ajax'

0
answers

yii dependent menu

I have problems to make a menu dependent, the problem I have is that it only takes the data from one menu and the other takes all the values by default. This is the function of my controller public function actionAjaxResultados(){...
asked by 26.03.2018 / 21:03
0
answers

Copy pass to clipboard

Just start my page when I print the data table, in the password field what I print is ****** to hide the password, to show it I have the following: I have a @Ajax.ActionImage(@"~/Content/images/eye.png", "Mostrar Contraseña", "RequestPasswo...
asked by 27.03.2018 / 13:08
1
answer

Send and collect data sent with AJAX

I am doing a small system but I can not send the data with serialize() to my controller. How can I solve it? JavaScript that sends the data via AJAX: $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf- token "]')...
asked by 07.03.2018 / 21:13
1
answer

Convert AJAX response in array type Date

I have an array called eventDates , to which I want to add dates of type Date . The dates I take from a call to a database, but I do not know how to include them in the array in Dates type.    This is the script: var eventDates...
asked by 07.03.2018 / 12:41
0
answers

Because after sending variables by ajax and recovering by php, they will fly indefinitely.

I have two select and a text box, by means of which I send values to query.php the selected values of the select are the most important for me because it depends on which user selects that values will be passed to some queries with which their v...
asked by 13.03.2018 / 23:26
1
answer

Problem with Ajax + PHP - Attempt to make a Form

I'm trying to create a form that works with Ajax and Php, but I still have not been able to do it because I'm making a mistake and I do not know which. I leave here the code so you can help me. The idea of the page is that where is the input...
asked by 08.03.2018 / 23:17
0
answers

Double call Ajax with Vanilla

I have a lot of time involved with this code, that's why I use forums, I want to do as a movie guide but with the information taken from an API, I know I have two Ajax calls One that fills my list of characters (10) Now when I click on each of t...
asked by 07.02.2018 / 07:13
1
answer

Call Ajax with a click

I am very lost with this project and I need a guide. I'm filling a list with characters whose information comes from an Api, these are 10, within this information is the link of the movies in which they appear, my idea is to click on each of...
asked by 05.02.2018 / 04:34
2
answers

The array sent by ajax gives me failures

Hello good, I have a problem, I pass an array by ajax with this function to a controller in laravel and its values I want to store them in a database, the problem that I have esque in when I execute the database query the system cascates a...
asked by 31.01.2018 / 20:22
0
answers

Update records in a footable table

As I can load the data I receive from a post request with AJAX in a datatable, I have the following script: $("#status").change(function () { var respuestaAJAX = new String...
asked by 24.01.2018 / 19:00