Questions tagged as 'ajax'

1
answer

Registration insertion with webservice returns error but inserts into the database

Hello, I have a javascript function that makes an ajax call to a php file that should insert the records into the MySQL database. Well, I'm getting the records but the function is returning an error. Does anyone know the reason for the error? Tha...
asked by 28.09.2016 / 15:40
0
answers

UPDATE PDO, AJAX, PHP Object Oriented

I have the following function within my class public function update(){ try{ $stmt = $this->conn->prepare("UPDATE Tabela SET Dado1 = :Dado1, Dado2 = :Dado2, Dado3 = :Dado3 WHERE DadoId = :DadoId");...
asked by 27.09.2016 / 22:34
1
answer

AJAX request after other AJAX requests

I need to make an AJAX request after any other AJAX request. However, using the $(document).ajaxComplete() method, for example, the request would end in an infinite loop. Is there an easier way to do this request without calling it...
asked by 09.08.2016 / 18:54
1
answer

Create fields dynamically and set in the model

I'm developing a registration, where I have my fields according to my model: public class Autor { [Key] public int IdAutor { get; set; } public string Nome { get; set; } public DateTime DataNascimento { get; set; } } That is...
asked by 03.12.2015 / 19:10
0
answers

Select dependent with three levels

I am putting together a simple vehicle reservation system for the company and need to set up a "triple" combo that verifies the vehicle and the times available for it. I made a double of the expected departure and arrival time, where the expecte...
asked by 27.11.2015 / 18:40
1
answer

Get the row ID of a Gridview query

I made a query in which a gridview is populated, the columns are code, category, noprazo, foradoprazo. In the columns in the deadline and foradoprazo, I left them as linkbuttom that when clicking on the resulting item line or late or dead...
asked by 22.10.2015 / 14:15
6
answers

Ajax is not a programming language. So what is it?

I'm asking this question because I've had enough of seeing things as requirements for a particular programming job:    You need to know the languages PHP, Javascript, CSS and AJAX I've already learned that Ajax is not a programmi...
asked by 02.03.2016 / 15:28
1
answer

Countdown on PLACEHOLDER is it possible?

I would like to know first if this is possible, and also disable the input where the placeholder is until the countdown ends and when the countdown finishes enabling again? some sketch? jquery and the right one?     
asked by 06.02.2016 / 00:55
0
answers

OnChange function does not work when applied to multiple fields

I use the onChange="getPeca (1);" function, where a JS that feeds the field next to the description is accessed. This works, if I directly in the field and enter the code and give tab it does the search correctly: Now,ifIdothewholeformsear...
asked by 04.03.2016 / 18:35
1
answer

Handle the JSON data coming from a request from the jQuery datepicker with ajax

I need to create a schedule. I have a datepicker and a fixed table next to it with schedules that start from 08:00 am until 19:00 pm and when I click on a datepicker day it returns all the queries from that day in the table to side in their resp...
asked by 11.12.2015 / 18:57