Questions tagged as 'ajax'

1
answer

Ajax add several users to letter Api trello

I explain my case: I am generating three letters by tagging several users, each user has his "code" for example (5891c93eb1cyl471ee1fe47c) I have a function that adds 5 users (this function is called from another) the case is that I'm doing a PO...
asked by 29.05.2018 / 09:54
0
answers

How to use AJAX and pass variables on the same page

I was doing a php graphics process, but it turns out that I added a select to work with options, but it does not take the value (in the POST that I put) ... and I would like to know if it is possible to send the values of a select in a same page...
asked by 29.05.2018 / 00:14
0
answers

Extract Tweets Searchs-Tweets

This is the first time that I have consulted in this forum so I will try to be precise: The idea is to extract tweets from the internet: I have taken an internet example and it fails me. This is the script where I try to extract: $('docu...
asked by 25.05.2018 / 12:38
0
answers

Answer from socket.io returns OBJECT OBJECT

I am creating a chat in php and nodejs using library socket.io the thing is that from my index.php I make a call ajax that inserts the data in the database and I return the answer through a array to ajax, then I send that...
asked by 24.05.2018 / 16:55
1
answer

Return the answer from an ajax [duplicate]

Hi, I have the following function of jquery (function ($) {  $.onlyData = function (id) { var respuesta; var datos =$(id).data("sql"); datos=datos.split("-") var campoBD = datos[0]; var tableModel =...
asked by 20.06.2018 / 17:35
0
answers

Create a dependent select?

I'm trying to create a dependent select with laravel, but I can not get the second select to work, the response returns empty. This is my script <script type="text/javascript"> $(document).ready(function(){ $.ajaxSetup({...
asked by 24.05.2018 / 01:05
0
answers

ModelState is Invalid AJAX - ASP .NET

I'm doing a project in which at the end of an activity you get a PopUp that when you click on it, it is sent via ajax - api to the database: Activity Model: namespace PSCORE.DataBase.Models { public class Activitat { [Key]...
asked by 23.05.2018 / 15:37
0
answers

404 error when trying to insert using ajax

I am trying to implement inserts via ajax on my web page. I have a .js with the following method: function meterCancion(idUsuario, idCancion) { $.ajax({ url: "insertarCancion.php", data: {idusuario:idUsuario, idcancion:idC...
asked by 20.05.2018 / 12:18
2
answers

help Input select Dynamic with ajax and jquery

I am new to programming, and I need your support please: By default if you load the data, but I need the client to select this input before saving, it should show "Select", and so the client is obliged to select the input (), choose and save....
asked by 22.05.2018 / 03:09
0
answers

Error T_CONSTANT_ENCAPSED_STRING?

I want to update and send me this error    Error T_CONSTANT_ENCAPSED_STRING What did I do wrong? I've spent hours looking for the error. case "list": $query_Tipo = $objArticulo->Listar(); $data = Array();...
asked by 21.05.2018 / 22:00