Questions tagged as 'ajax'

2
answers

Help getting data from JS in PHP

I'm looking at a JS course, and it goes through the AJAX part, I understand the packaging and everything, the only doubt I have is when validating it in php $usuario = isset($_GET["usuario"]) ? $_GET["usuario"]: $_POST["usuario"]; My d...
asked by 18.05.2018 / 06:03
1
answer

Error in AjaxOption () ASP.NET MVC 5

I'm a novice and this is practicing the use of AJAX in ASP.NET MVC. I have a partial view in which I want to have a form with Ajax.BeginForm () in which I can enter a number and through Ajax, when I press it, I multiply x2 and the result show...
asked by 22.05.2018 / 20:50
1
answer

pick up and save checkboxes checked with jquery and ajax

Hi, I have to collect the checkboxes that are checked to filter some results, I'm doing it through ajax. <div class="form-group"> <label for="inputState"><strong>Estrellas</strong></label>...
asked by 16.05.2018 / 16:24
0
answers

Load DropDownList Ajax (ASP.NET MVC 5)

I would like to know what to do or what steps to follow to be able to list a field in a table (in SQLServer) in a DropDownList with AJAX. I am a development practitioner and I was assigned a project for internal use by the company, which focu...
asked by 22.05.2018 / 17:54
0
answers

Send json atraves from ajax to sockect.io

I tried to send an array through ajax to a server which will send it to all connected users but send it empty, if it was sent as normal, that is only the data if it is sent but in json mode and I do not want it to send the array Who is this caul...
asked by 28.05.2018 / 00:43
0
answers

Edit table with Modal

Good I have to modify a system in which I have to be able to edit a table the code is the following I want that there will be a modal with the information of the chosen table and to be able to edit it with ajax so as not to reload the page, I ha...
asked by 11.05.2018 / 22:18
0
answers

Refresh listbox when changing another

I am trying to create a system through listbox, that when selecting one, update the other. One is EQUIPMENT and another is that of PLAYERS. At the moment, I have a script with ajax and an example in php, but it does not work for me...
asked by 17.05.2018 / 11:31
0
answers

Send data from a wordpress post to an external php

That such guys would like to send the data of a newly created post to an external php with the action of wordpress, but I do not know how to do it, I have tried with ajax but apparently it is not executed function enviar_datos( $post_id ) {...
asked by 09.05.2018 / 19:46
0
answers

data insertion using ajax and php

I have a problem. I have to make an attendance report, based on the marking done by the employee at the time of entering, I must perform the assistance (if it is or is not). to insert the assistance, I need to do it through ajax but I could not....
asked by 09.05.2018 / 16:18
0
answers

receive post variables in an ajax and process the data and print them in an html table to show the compass cart without updating page

I am a newbie in web programming and made a shopping cart using SESSIONES, in which I add products through a form that is contained in a container this form has a submit button, which sends the data of the selected product by the post method thi...
asked by 08.05.2018 / 07:51