Questions tagged as 'json'

1
answer

Json Special Characters Error

I have a script where, after selecting the first select it returns me in the second select the country currency, but those countries and currencies when you have special characters are bringing me "Bosnia and Herzegovina" script.js $(docume...
asked by 03.07.2018 / 06:01
2
answers

How to optimize the performance of my application when doing HttpClient resequitions

I'm developing an app using Xamarin.Forms , but I have a problem. Settings such as color, company name, cover image and logo come through a request for a web service call whose return is a JSON , but every time I have that pull this informat...
asked by 03.07.2018 / 02:26
0
answers

JQUERY object with dynamic string

I have a for () that adds some elements in the div # chat_box according to the JSON returned in an AJAX. Only I'd like to see how many elements with the same data-identity returned in JSON exist. So I did like this: // AJAX -> SUCCESS:...
asked by 02.07.2018 / 23:58
0
answers

Checking JSON on JQUERY

I have an ajax chat on my website. However, it sometimes happens that messages are duplicated for non-relevant reasons. So I would like to check if the messages I receive in JSON already exist in the chat, if they exist, do not show them and if...
asked by 01.07.2018 / 23:53
0
answers

Element animation when changing JSON (HTML + css + jquery)

I need to insert, delete and change the order of elements (div for example) with some basic animation effect when changing data from an updated JSON every x seconds via Ajax. From this point, I need the data to come from a JSON :: link I...
asked by 15.07.2018 / 02:04
0
answers

Ajax Retriever, Json in PHP

how do I get the return and put inside a variable php example: let's say that I am returning the id of the user and wanted this id to be inside the $ id so that a link can be made "> very grateful help. index.php <html lang="pt-br"...
asked by 06.07.2018 / 05:34
0
answers

Jackson and json array

All good people? I'm killing my head for a few days but without success. I need to insert information into the DB that comes through JSON. It turns out that when an array comes, it does not want to insert. Explain better: In the domain,...
asked by 27.06.2018 / 04:24
0
answers

Use Sports API Globo.com

Someone knows how to use and where I find the Globo.com sports API documentation. I need to consume to get table data from championships, games and sorting. I found this API here, with the correct return, but I do not know where the documentatio...
asked by 04.07.2018 / 22:12
1
answer

format return json with javascript

I have the following code function functionCLick(name) { $.getJSON('livros.json', function(data){ $.each(data, function(i, item){ if(item.name == name){ $("#conteudo").html("<p>"+item.chapters+"<...
asked by 06.07.2018 / 00:20
0
answers

Error loading php page into online site

I did the whole site on my computer testing with xamp. But when I went online, there were some problems loading 3 similar bank access pages. <?php require_once('db.class.php'); $objdb = new db(); $link = $objdb->conecta_mysql(); $sql...
asked by 23.06.2018 / 19:44