Posts by nardo_bruxo • 91 points
8 posts
- 
		1 votes1 answer122 viewsQ: How to make a "for" that saves its values in an array?I got this one that’s gonna take all the data "this.retorno += data.usuarios[i].descr;" and "this.retorno += data.usuarios[i].valor;" wanted to take this values and make an array with them, then get… javascriptasked nardo_bruxo 91
- 
		0 votes0 answers404 viewsQ: Why Document.getElementById('value'). value does not work in Rgraph?// Classe para chamar o Json. function json() { var qtd; var retorno; // Resgatar valores. json.prototype.resgatarValores = function() { $('#resultado').html('Carregando dados...'); // Estrutura de… 
- 
		0 votes0 answers83 viewsQ: How to show callback?I have this Javascript and would like to take this callback from another page with Javascript how can I do that? Ex: this callbck is on a server with the name "callb" and I have an HTML page that is… 
- 
		0 votes1 answer58 viewsQ: How to show objectHTMLDivElement"?I tried to show some values that are in a div with a document.getElementById("valor"). I used command alert(); to show what would bring and showed in the window objectHTMLDivElement how can I show… 
- 
		0 votes3 answers4171 viewsQ: How to transform data into array with JSON?I have to get the data that are being accumulated in the variable valore and turn them into an array so you can catch them using HttpRequest in an HTML page. How do I do this? // Classe para chamar… 
- 
		4 votes3 answers10027 viewsQ: How to show values stored in JSON in JavascriptHas a variable in a file JSON which is called "valore" and it is assigning the values:2.51,2.56,2.87,2.89 and 2.94. The string of this JSON is being displayed in a DIV. How do I show only these… 
- 
		2 votes1 answer542 viewsQ: How to send an array to a variable with Json<!DOCTYPE html > <html> <head> <link rel="stylesheet" href="demos.css" type="text/css" media="screen" /> <script… 
- 
		0 votes1 answer3988 viewsQ: How to take the value of a div and show in javascript?The method ". getElementById('value'). value" shows the value of div as null <html> <head> <link rel="stylesheet" href="demos.css" type="text/css" media="screen" /> <script…