Questions tagged as 'jquery'

1
answer

Abort by ajax a loop on the server c #

how are they? I have a problem that I do not know how to solve it ... I hope you can help me. I tell you, by ajax I make a call to the server that stays in loop until a card is passed through a reader connected by com port. If the user makes the...
asked by 10.07.2018 / 20:15
1
answer

How can I validate with my id in ajax?

I am faced with two problems related to it, to be shorter I have the solution for each of them separately. The first one is: Add field in php; The second: Place a code and click on another side, button, space, etc. Show in an input the name o...
asked by 15.05.2016 / 21:37
1
answer

Uncaught TypeError: Illegal invocation

I have two input ("inputReservaNumero" and "inputReservaCodigo") and a button ("buttonChangeReservation") inside a smartwizard. What I try to do is take the values of the two inputs when I press the button and make an AJAX call, but I get this e...
asked by 21.01.2018 / 12:16
3
answers

Form with jquery

I have several forms on a page and I am sending them with the ajax method, how can I identify which of these forms were sent? so I have my code $('form').submit(function(e){} But of course when you do this, you are grabbing all the f...
asked by 13.11.2017 / 03:52
1
answer

Pass ajax response to php

I'm doing an ajax query from an external website. I receive the site data well but in json, I would like to send the response to php. This is the ajax code var datos = {"Nombre:" : "Alejandro"}; var url = "http://quasar.e-htl.com.br/booking/ho...
asked by 25.05.2018 / 16:36
1
answer

load dynamic content from an object in the menu

Good I need to know how to click on the different objects on the menu tabs, load different information. buscarda.php I will build a mysqli_query to get the table that meet the condition and deploy it, but I need to know how to create the variabl...
asked by 28.05.2018 / 16:35
1
answer

How can I add data-attributes to the options using the jQuery Select2 framework?

This is what I have $( "#codigo" ).select2({ ajax: { url: "getEmpleados.php", dataType: 'json', delay: 250, data: function (params) { return { q: params.term // search term }; }, proc...
asked by 06.03.2017 / 20:23
1
answer

Send form data with HTML table (multiple records) to MVC controller

Good morning. I work in a MVC C # project and I have a model that represents a table in my database, the model below only represents some properties of my class so as not to create confusion and represent the data of a single Event, the data of...
asked by 12.03.2017 / 14:05
1
answer

Angular table edit inline pagination

help me please I have an error wanting to put paginarion (dirpagination) to my table with inline angular edit js, I do not know why I get this error since in my other tables of just showing data it's all right, but in this table I'm with an edit...
asked by 21.04.2017 / 18:05
1
answer

Change color to some statistical bars with Chart.js

Hello, I need support on how I can change the color of the bars below and I try to change them but I have no result. this is my code $(function () { $.ajax({ url: baseurl + 'asistencia/traer_turnos', type: "POST", dataTyp...
asked by 04.05.2017 / 21:37