Questions tagged as 'ajax'

1
answer

Duda Symfony, Ajax, Controller

How can I do what is proposed in this question, but passing a parameter to the controller from the ajax, and then, from the controller, returning to the same view where the ajax is executed that parameter through twig? This may sound redund...
asked by 05.08.2016 / 22:40
1
answer

Problems showing data in the index.jsp with ajax

I have a code that does not work for me, I need the index.jsp autorefresque with the query a bd from servlet. index.jsp                                                                                      <title>WP Não Fechado&...
asked by 15.06.2016 / 18:46
2
answers

Contact form, the mail does not arrive

My problem is that I have a form made with HTML, PHP and AJAX that I went up to my page does everything like "should" but my email does not get the message, I leave my code for review: HTML: <h3>Formulario de Contacto</h3>...
asked by 21.05.2016 / 07:05
1
answer

ajax response variable returns undefined in symfony

In a login page I want to click on the submit button to validate the entered data against an LDAP server and if everything is ok then proceed to the standard submit form. In the button click event I have the following code in php ) I have th...
asked by 11.05.2016 / 15:18
1
answer

Problem with Ajax and Html

Very good, I'm starting with all these technologies, HTML AJAX PHP JQUERY etc Forgive if you see a lot of "garbage" barely took 2 weeks with all this. These are my two pages, logeo.php which is responsible for checking that there is a user...
asked by 05.05.2016 / 23:49
2
answers

Why is my browser updated when uploading a file with ajax, jquery and php?

I send the data by ajax and valid with jquery, then I receive the data in the php, to upload the archivo uso copy() or move_uploaded_file() and when the file is uploaded the browser is updated and what I need is for it to remain a...
asked by 27.04.2016 / 16:49
1
answer

Load DropDownList via ajax

I work in an ASP MVC project, I am trying to create an entity Material for which I have the following Model: public class MaterialViewModel { [Display(Name = "Número de Registro")] public int MaterialId { get; set; } [Displ...
asked by 30.04.2016 / 00:05
1
answer

problems with nav navbar-nav and dropdown-toggle

How about, Develop an application in VS 2013 and add a bootstrap template to my master page, the same code and the same template I did to develop a project in VS 2010 but it turns out that the nav navbar-nav pulldown menu does not work using the...
asked by 09.03.2016 / 16:41
2
answers

Events are not triggered in a call to ajax in success

As it says in the title I have a call ajax that together I use it with the jquery validator, the problem is when I use the function that comes with the validator that is called isDefaultPrevented () the validation works perfectly without problem...
asked by 23.08.2016 / 17:40
1
answer

Problem with name generator in javascript

Hi, I'm doing a course and one of the projects is a name generator that we made using this api link ?, I could finish it but the problem is that when I want to generate more than one name at a time (since I can select generate up to 15) several...
asked by 18.12.2018 / 21:58