Questions tagged as 'ajax'

0
answers

Additional divs with Ajax JSON do not take style

I'm having a problem, I made a programming of portfolios blocks where when I press on loads more my ajax creates the other blocks of the database. However it is not pulling the style that the blocks that are already in the html have, which would...
asked by 08.01.2016 / 19:17
1
answer

Failed to pass verification (data.success)

I have the following code: $.ajax( { type: 'GET', url : "chat/updates/", async : true, cache : false, success: function(data){ if(data.success){ alert(data)...
asked by 13.11.2015 / 22:24
1
answer

Problem setting 'allowTimes' in xdsoft DateTimePicker dynamically

Well folks, I have a problem here with DateTimePicker . I'm trying to set the dynamically accepted times with the allowTimes attribute. To get easier the code tá asism: $('#datetimepicker2').datetimepicker({ datepicker: false, format:...
asked by 13.11.2015 / 03:09
2
answers

Phonegap: How to save an image taken and converted to base64 in the Bank?

I take a photo with an android application and transform into base64, I would like to know how to save this base64 in the database along with other information that I have on the page ... This is my code that takes the photos and turns them i...
asked by 11.11.2015 / 22:37
0
answers

How to generate / send (Server-Side) JSON via Java and receive via JQuery (Client-Side)?

I'm having trouble exchanging information between my web application (client) and my application java on the server side. I'm trying to query the server via JQuery and expecting to get a json return. On the server side I am...
asked by 18.12.2015 / 11:55
0
answers

Send request via ajax php

I would like to know how to make a request via ajax in real time, basically it is for popular a select of cities, but when I have to execute the code, the modal does not just open, follow the code to analyze. > no controler $id = $_POST;...
asked by 04.11.2015 / 19:50
0
answers

Problem in TextBox to do autocomplete

I can not get into the query method to return the nomes and id´s of the person. View: <script type="text/javascript"> $(document).ready(function () { }); $("#AutoComplete").autocomplete({ source: fun...
asked by 26.01.2016 / 16:43
0
answers

Application can not access URL via Ajax when on android

I'm trying to learn how to use Phonegap Build. I developed a small application with a simple button, which when clicked, will execute the jquery ajax function. This function will call an external URL and return success or error, in case of failu...
asked by 27.01.2016 / 01:05
1
answer

How to display formatted values in the graph

I use the following library to generate the graphs: link I have the following function to format money with a semicolon (taken from a response here from the OS) that returns the value as type String : Number.prototype.formatMoney...
asked by 27.10.2015 / 17:01
1
answer

FormsAuthenticate + jQuery Ajax

I'm creating an application that uses FormsAuthenticate to login to the system. However, I'd like to make a treatment for that in an ajax request (jquery) made when the user is not logged in. I put a $(document).ajaxComplete(function (e...
asked by 10.11.2015 / 15:06