Questions tagged as 'ajax'

1
answer

How to adpate upload with Ajax [duplicate]

I'm trying to adapt an upload that I have using Ajax , but I'm not getting it, so I read I need to use formData , tried some alternatives, but all did not work, my form has several fields and what I'm with problem is just uploading...
asked by 19.12.2016 / 16:17
1
answer

JSON cut when sending by post with AJAX

I'm using Angular to make a database entry, I get the data from my inputs I put into an object and I transform it into a JSON and I send it by post, but it happens that my JSON is cut and I do not do the minimum idea of why. var meuJson = ang...
asked by 04.04.2014 / 19:08
1
answer

How to send user information securely using Ajax?

I am developing a login system and need to send the values through Ajax. The login will be in a modal window in the home, and because of this I will not use the HTTPS protocol. Can you send Ajax securely using SSL?     
asked by 05.04.2014 / 02:07
1
answer

How to handle Ajax requests with business error?

I searched the internet and still did not find a mature enough answer to a problem. I have an Ajax request and taking errors thrown by the application as a possible connection crash, for example, I do not want to throw an exception if I have...
asked by 12.12.2014 / 21:47
1
answer

Send multiple values from my CheckBox to an Ajax call

I have a button that when I click calls my ajax function. I want to send the values that were selected in my checkBox. But what comes to my controller is just the first value of my CheckBox.    Sunday And you should send all values selecte...
asked by 15.04.2016 / 13:04
1
answer

METABOX with dropdown state / city in Front End using Cmb2 Plugin

I have a little problem with 2% with selectors, so that's fine, because I'm using the CMB2 plugin and a METABOX selector code, and everything is ok in the Wordpress Backend, but when I bring my METABOX for the Front End it gives an error in the...
asked by 25.07.2015 / 17:07
1
answer

Problem with slidebox and ng-repeat in the ionic framework

I'm trying to create the slidebox of the ionic framework with data returned from the database and the slide is not appearing on the screen. I already tried the solution for this in many places but I only found that I have to use the ionic update...
asked by 11.08.2015 / 15:48
1
answer

How do I know how much of the content was downloaded in an Ajax request?

I need to make that little animation, like on Youtube, of the progress bar that appears at the top. How do I know how much of the content has been downloaded, to have a basis for the progress bar? I did not want to do a "static" animation,...
asked by 22.03.2017 / 10:34
1
answer

How do I update a list after the action of a remote form with AJAX?

I'm having a problem I've never had in Java but I'm almost going crazy in Rails. I'm developing a project where there are users and groups. So I created a separate model for N:N relationship between users and groups. In the group show...
asked by 03.02.2014 / 19:44
2
answers

AngularJS + Sharepoint + Rest API

Personally I am currently trying to develop a script inside sharepoint using the Script Editor but it is falling into the error of my code, as if the connection was not correct, however, in the Dev Http google the rest request works. Here is the...
asked by 14.02.2014 / 17:54