Questions tagged as 'ajax'

0
answers

Problem with .get with php using ajax

I have the following form on my website: I am trying to make sure that, in the selection of subjects, the subjects are loaded according to the chosen career. I read that you can do this type of operation, without reloading the page, thr...
asked by 08.09.2018 / 05:00
1
answer

call from ajax to php in the same file

I have two files, one where the ajax code is located and another one where the php is. Can you call from the URL in ajax to the PHP code within the same file? Something like in html: <?php $_SERVER['PHP_SELF']; ?> but in ajax $.ajax...
asked by 26.08.2018 / 02:20
1
answer

Receive a notice when someone leaves a comment on my website

I have this code, which is a form to leave comments on my website. I would like to know if there is any way to get that by adding something else code I can get a notice to my email when someone leaves a comment on the web. The code that I leave...
asked by 29.08.2018 / 02:28
1
answer

How to implement search method with Ajax and JQuery

I tried to implement a simple search method with ajax and Jquery, to search for entities "FitnessGoal" which are created by the user. Try to implement it by myself but when searching does not return anything, are my ajax code and method correct?...
asked by 21.08.2018 / 20:35
2
answers

My dropdownList does not change value in the ajax call but in other parts of the js if it does

My problem is that I can not change the value of my dropdownlist according to the value of one of the indexes that my ajax call returns to me. Call ajax: var idTets = $('select[id$=DdlTest]').val(); $.ajax({ type: "POST",...
asked by 22.08.2018 / 16:33
1
answer

Can I filter an XML file?

I would like to know if I can filter a file XML . The file is as follows: <Boletin_Consolidado> <Boletin> <Numero V="0122"/> <Tipo_Boletin V="DEPARTAMENTAL"/> <Departamento V="31"/> <Desc_Departam...
asked by 22.08.2018 / 16:01
0
answers

Ajax does not call Spring Boot driver

Hi, I have trouble calling a controller using ajax, what I want to do is go to another page using ajax. function validar(){ var codigo= $('#codigo').val(); $.ajax({ type : "GET",...
asked by 22.08.2018 / 20:43
0
answers

Unknown Error when executing a query in PHP to a table containing Foreign Keys

Hello friends, my problem is something weird, I do not know what to do since I'm trying to bring the sum of each set of questions that belong to a single profile, that is: I have 5 questions from profile 1, with the id: 1,2,3,4 and 5 now I add t...
asked by 18.08.2018 / 18:14
0
answers

500 Internal Server Error in JavaScript

the error of the title already comes to me when it is accessible from the outside, that is to say when it is already "open" to the public, but obviously I have it as hidden; Someone would know the origin of the error since it gives me error in t...
asked by 20.08.2018 / 10:11
1
answer

Access JSON obtained through AJAX

I have a problem, no matter how hard I look for it, I can not find how I can access the array that I obtained after having made a query using AJX with PHP and sent the result in JSON format to javascript. I hope you can help me, I do not underst...
asked by 28.08.2018 / 22:38