Questions tagged as 'json'

1
answer

Ajax - Float Parameter

Hello, I need ajax help, I think it's a silly thing, but I'm having a hard time and I did not find anything related on the internet about it, I need to pass ajax parameter to my controller, but float type, I created a json object to try to get t...
asked by 28.12.2015 / 12:46
0
answers

End date range Highcharts

Hello, I have a json that php creates for through a select in mysql. I'm putting the data on a chart with a start date until the end date. At the beginning everything is in order, but the final date does not match the final of the select....
asked by 07.01.2016 / 20:45
1
answer

how to put the return of a json in a specific place of a table? [duplicate]

I have a fixed table with schedules from 8:00 am until 7:00 pm each has its line with its description (which would be the type of query) I get a json on my page when selecting a date in my jQuery datepicker that comes with the database info...
asked by 12.12.2015 / 01:45
0
answers

Extract JSON data on Android received by DataSnap

I've never worked with datasnap I do not know how to extract! Someone can help me, I leave the code I have: DSRESTConnection conn = new DSRESTConnection(); conn.setHost("54.207.112.131"); conn.setPort(8787); conn.setProtocol("http");...
asked by 10.12.2015 / 20:21
0
answers

Print data from a table using JSON

Good morning everyone! Guys, I am in the following difficulty: In my web system I have a table, where I will print it in a non-fiscal printer. It works perfectly in Computers and Notebooks. In tablets and Smartphones the only function that does...
asked by 10.12.2015 / 13:32
1
answer

Connecting webservice android

Hello, guys, I'm developing an app in the Android Studio IDE and I'm having trouble connecting to my webservice. I'm getting the error: D / response: {"success": "false", "message": "The JSONObject text must begin with '{' at character 1 of loca...
asked by 30.12.2015 / 23:11
0
answers

SELECT FROM table compare values and insert or change

I would like to compare information coming from PHP Json and persist it in the WEBSQL. There is a moment when I should know if the information coming from Mysql: Already registered Altered Not cadatrada Below is the javascript that I would...
asked by 19.01.2016 / 20:35
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

Return Json and Put in Multidimensional Array

I'm making a request to assemble a chart using Flot Js. I'm returning a Json like this: [{ "status": "Finalizado", "id_status": "4", "total_chamado": "2", "mes": "4", "ano": "2015" }, { "status": "Finalizado", "i...
asked by 18.11.2015 / 20:08
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