Questions tagged as 'getjson'

1
answer

Modify code to avoid an XMLHttpRequest with $ .getJSON

I'm developing an application here, and I use a JSON object for popular, but when I use $.getJSON() Chrome gives the following error: XMLHttpRequest can not load file: /// C: /Users/JeanCarlos/Documents/GitHub/NetworkDiagram/Applicati...
asked by 24.02.2016 / 17:31
0
answers

GetJSON function does not display information on the screen

Good Night People, I really need some help. I'm dynamically mounting a table that lists an X quantity of calls. For this I am using AJAX to query in the database and display on the page. So good, no problem. But one of the items that I nee...
asked by 19.12.2018 / 01:05
2
answers

Get Data in JSON structure with python

I want to access certain information in the JSON code below, with python: { "informacao1": valor_informação1, "informacao2": "{ dado=informação_dado }" print(arquivojson.get("informacao1")) The above print will display the line bel...
asked by 21.05.2017 / 16:42
1
answer

What is the best solution for a web login api in xamarin forms?

I have the following challenge to solve, I am developing an app using xamarin forms , this application will have to communicate with a website developed in PHP to consume your data, for all functions there is a GET json method that...
asked by 21.02.2018 / 16:45
0
answers

Sending information by getJSON

I have a redirect by getJSON, but a few days ago it stopped working for a screen, I can not find the error. If I put an alert or a redirect like this: $ (location) .attr ('href', ' link ');  It works, but I need to pass some parameters $(docum...
asked by 09.11.2017 / 18:15
2
answers

Passing of PHP Parameters ➝ Javascript ➝PHP [closed]

I need to pass a parameter via JSON from a PHP page ➝ Javascript ➝ PHP, I'm using the Ajax method of Jquery but I'm not getting it, it follows code snippet. ✓ Index.php <html> <head></head> <body> &...
asked by 16.11.2017 / 12:44