Questions tagged as 'ajax'

1
answer

Validate variable of type ajax in cakephp 3

You will see I have three variables in my javascript function that is as follows: function search_person_report(){ var User_persons = $("#email_person").val(); var names = $("#names").val(); var lastnames = $("#lastnames").val(); console.log(n...
asked by 11.05.2017 / 23:31
1
answer

Update multiple forms printed by a query

This form is printed the amounts of times according to the results, but ajax only catches me the first form, the other forms are sent to me jumping to the other page. Here is my code in Ajax. :) <script language="javascript">// <...
asked by 09.05.2017 / 08:59
1
answer

Login form with AJAX and PHP

I have a problem with a login form that I am doing with php and ajax. The file in Php makes the query to the database so that the system knows if the user exists or not and to know if the data are correct: //Datos de acceso $email=strtolowe...
asked by 06.05.2017 / 23:20
2
answers

Fill an input, with several texts with Jquery and PHP

Greetings, I am creating a similar help window even on this same page, when you write a certain character and it is detected, a help window comes out and when you click on it it is placed inside the input (In the question form section , in the i...
asked by 11.05.2017 / 20:11
1
answer

Concatenate second data Ajax jQuery [duplicated]

I am currently sending Ajax % of%, but I need to send another data: //data que necesito enviar var ParamObjSend = { "id" :$("#id").val(), }; var array = [1,2,3,4]; $.ajax({ type: "POST", url: "<?php print base_url()...
asked by 11.05.2017 / 14:56
1
answer

How to map a checkbox as bool (bit in SQL server)?

I know they always ask for code, but my question is basic. I also know that you can qualify it as "general knowledge" or "subjective response", but although it seems incredible, there are not many topics in Spanish that speak of the subject....
asked by 26.05.2017 / 08:34
2
answers

How can I make an ajax query in a fiddler with an example data?

Is there a page to do this? Where you can insert variable datos and copy the url in query ajax . Or where data can be used as the data of ajax , which I do not know if it is possible. With what purpose do I do this? t...
asked by 24.04.2017 / 00:37
1
answer

http request with AngularJS to a PHP server that responds with status -1

I am sending an http request from Angular to a PHP server and he replies this: { "data": null, "status": -1, "config": { "method": "POST", "transformRequest": [ null ], "transformResponse": [ null ], "...
asked by 07.04.2017 / 03:47
1
answer

How do I get the data of several input that autocomplete to another

Good afternoon, I have this bbdd with 7 tables. link In the last one as we can see I have 4 PK because it is necessary to be able to have a document with the same name but with different versions. The problem is: How do I collect the dat...
asked by 05.04.2017 / 19:13
1
answer

InvalidAccessError Internet Explorer

I have the following Ajax, for the creation of a credit card, the script works perfectly in chrome but in IE it does not, it throws me an error InvalidAccessError , the site is on https. $('.js-payment-form').on('submit', function...
asked by 10.04.2017 / 23:19