Questions tagged as 'ajax'

0
answers

Access denied in Ajax

I have this ajax $.ajax:{ type:'GET', url:"https://empresa1.sharepoint.com/teams/dev/plataforma1212/_api/web/lists/GetByTitle('Comprardores')/items", async: false, hea...
asked by 14.06.2017 / 22:44
1
answer

Delay in returning the data to my select with Ajax - jQuery

I have a small problem when implementing the edit button it brings me all the data in a fast way in my inpust, but my select is delayed. obtener_unidad_registro();// Son las funciones donde lleno mi combo obtener_categoria_registro();//...
asked by 23.06.2017 / 22:14
1
answer

error in json and ajax

This is my mistake:    DataTables warning: table id = table - Invalid JSON response. For more information about this error, please see link I'm using codeigniter. What happens is that a data table will load the data with ajax making...
asked by 17.06.2017 / 00:15
0
answers

Get a value returned by AJAX generated in PHP

I have in pagina1.php a form that calls by AJAX to pagina2.php and I show what I got in div of pagina1.php I also need to get the value of $_SESSION['io'] that I print in the pagina2.php . $.ajax({...
asked by 07.06.2017 / 12:31
2
answers

.preventDefault () does not work

I am creating an online store as a school project in Laravel. Everything is fine until I want to prevent a button from executing its "submit" action. {!! Form::open(['url' => '/in_cursos_carts', 'method' => 'POST', 'class' => "addtoca...
asked by 07.06.2017 / 22:48
1
answer

Working with modals and Ajax

I need to know how I can process the data collected in a modal and then update the selected field. Being more concrete: In a view of my app I have a list of workers, which provides the possibility of adding a new one, this process I want to d...
asked by 24.05.2017 / 23:27
0
answers

How to load data obtained from an Ajax in the "description" attribute in Openlayers 2?

is the first time that the OSM API with OpenLayers and I have the problem that when I want to load the values returned with an Ajax, it does not load them. this happens in the "description" attribute of the new OpenLayers.Feature.Vector func...
asked by 27.06.2017 / 18:31
1
answer

Extract two fields from a SQL table with JOIN in PHP

The problem is this, I want to get 2 fields out of a table. This is the part of the page that should show the results. Here is the code for that part: <div class="panel panel-info"> <div class="panel-heading text-center...
asked by 30.05.2017 / 04:09
0
answers

Ajax, JSP and Servlets

I have problems executing an application on the server that greets when entering the name, my files are      index.jsp <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PU...
asked by 20.05.2017 / 00:18
0
answers

asp: RequiredFieldValidator does not work with ajaxtoolkit: ModalPopupExtender

I mean, I'm combining these two controls in ASP.net, the idea is that PopUp is not visible until several TextBox are filled, the problem is that I'm not respecting this validation and PopUp shows me independently that the field is empty, then at...
asked by 18.04.2017 / 18:22