Questions tagged as 'ajax'

0
answers

'MsAjaxBundle' is not a valid script name. The name must be terminated with '.js'

I started a project using the framework 4.5 and unfortunately I had to go back to the version of the framework for 4.0, I changed all the necessary libraries, but now that the version returned to 4.0 when running it appears the following message...
asked by 20.03.2015 / 19:38
0
answers

UpdatePanel does not update

I have the following updatePanel: <asp:ScriptManager ID="ScriptManager1" runat="server" ChildrenAsTriggers="true" > <Scripts> </Scripts> </asp:ScriptManager> <asp:UpdatePanel ID="panelTreeVi...
asked by 20.02.2015 / 14:16
0
answers

Perform .append (); of an iframe when the page loads

I'm trying to make a .append(); of an iframe that is stored in DB. Well, this done and accomplished as follows: $(document).ready(function(){ $.get('/viatge/auth/getStreetViewCode&${_csrf.parameterName}=${_csrf.token}',{destin...
asked by 20.02.2015 / 22:30
1
answer

Download Image via Ajax + Laravel

I'm trying to make a script for Image Download, by Ajax. It can be one or several. As you can see in JS, it has a each function that looks for the selected images in the system. Hence, I call Ajax to take the Photo ID as a parameter so th...
asked by 30.04.2015 / 16:41
1
answer

Terminating any connection after "closing" the link

To use a small ajax code to open some links! But sometimes these links have some videos !! And until it loads !! Only the problem is that these links are opened in a lightbox! And when you close the lightbox the video keeps rolling !! Which suck...
asked by 09.04.2015 / 03:11
1
answer

Use comboboxes to list cities and neighborhoods

I want users to select the city and neighborhood they are in, and then the city and neighborhood they want to go to through 4 comboboxes. The data is being pulled from the database, and the 2 "I'm in:" comboboxes are working, but the "I want to...
asked by 14.04.2015 / 17:25
0
answers

Update div with click

I'm using this code to refresh a page div by clicking the <div id="campo"></div> function atualiza_campo_usuario(){ $("#campo").load("http://site.com"); } But what happens is that sometimes updates and sometimes does not up...
asked by 07.04.2015 / 09:04
0
answers

'Pause' and 'Return' AJAX

I have a code on my page that uploads files. These files that are sent, have specific fields filled in (Ex: name, phone, email) and you can not change this type of document. If the person leaves a field blank, they will be left blank. However...
asked by 06.02.2015 / 19:52
0
answers

PhpMailer return message not received

I'm sending a form via AJAX by saving the form's fields to my bank, I expect a response after sending the information via email by phpMailer, but this message does not occur. The script is triggered, I write to the database, I send the emai...
asked by 06.02.2015 / 18:07
0
answers

Doubt in the database update through a modal

I have a form through a modal, where it makes updates to the MySQL database. However, there are moments when clicking "Forward" the action is not executed, and at other times the action works normally, without no problem. So I wanted to know if...
asked by 10.04.2015 / 18:03