I have this ajax
$.ajax:{
type:'GET',
url:"https://empresa1.sharepoint.com/teams/dev/plataforma1212/_api/web/lists/GetByTitle('Comprardores')/items",
async: false,
hea...
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();//...
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...
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({...
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...
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...
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...
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...
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...
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...