Load JSON-encoded data from the server using a GET HTTP request.
0
votes
0answers
18 views
legend creation using ajax method to get json data
I am working on rickshaw and I am trying to fetch the elements to create a legend. and I have used ajax method to call the json data, data is working fine as ajax method is used, but now the legend ...
0
votes
2answers
53 views
Parsing Json feed from Solr
I'm experiencing a strange behavior parsing feed from Solr. I dont get any response using the url1. But I get if I use url2 instead, In both cases I got responses putting the url directly into the ...
0
votes
1answer
45 views
jquery.getJSON() call back function doesn't execute
I have write some code to perform deletion operation by ajax call. The C# code is given below.
[AcceptVerbs(HttpVerbs.Get)]
public JsonResult Delete(Guid code)
{
Genre ...
0
votes
2answers
27 views
getJSON within ajax call causing infinite loop
I am currently calling external php files and displaying them within specific div. This is all done using the standard jQuery $.ajax call.
However an issue arises when one of the pages being pulled ...
1
vote
1answer
58 views
JQuery AJAX Get request with JSON
I call the following ajax from a form:
$.ajax({
data: JSON.stringify($('form').serializeArray()), //an array [{"name":"myform","value":"entered value"}]
dataType: 'json',
type: 'POST', ...
0
votes
3answers
61 views
javascript while loop not working (infinite loop)
Trying to do a while loop using $.getJSON to return progress of a certain task. The initial $.getJSON works flawlessly; however the loop never completes. I am passing certain variables through a ...
0
votes
1answer
46 views
Getting JSON from URL in AngularJS?
I have a node.js server providing the AngularJS app on port 8000, and a Python server exposing data over HTTP as JSON on port 80.
Loading in my browser http://localhost:8000/app/List.html renders a ...
0
votes
0answers
18 views
getJSON not getting data from database
function find()
{
var id = $('#Id').val();
$.getJSON("api/questionsanswer/" + id,
function (data)
{
var str = data.Username + ': $ ' + data.Questions;
...
0
votes
2answers
53 views
jQuery Append Not Recognizing Element in jQUery Loaded Partial View
Hopefully this makes sense...
I have a page that loads up a dialog box. The shell of the dialog box actually resides in the HTML of the main page (display:none). In the dialog box I have a partial ...
0
votes
2answers
27 views
getJSON() to access data at multiple levels
I'm trying to use .getJSON to extract the data from this validating .json:
{
"data": [
{
"Claim": {
"id": "3567",
"user_id": "341",
...
1
vote
2answers
41 views
Shopify - SSL API CALLS do not work from http://
I try to do some AJAX-magic on the landing-page of my shopify-shop using the Shopify AJAX API.
But for calling the Shopify AJAX API I have to use SSL, doing something like this:
...
0
votes
2answers
37 views
getJSON with callback failing with Expected ';'
I am trying to use jQuery.getJSON to get information from a site using the following code.
<script>
var url = "https://www.gov.uk/api/foreign-travel-advice/usa.json";
alert(url);
...
2
votes
2answers
33 views
How do I trigger something only when batch of getJSON instructions completes?
Here's some of my code:
for (var i = 0; i < recordList.length; i++) {
var recordID = recordList[i];
populateDataRow(i, recordID, columns)
};
console.log("done");
Here populateDataRow is a ...
0
votes
1answer
34 views
How to add a delay between each getjson call?
I am calling getjson inside for loop. Currently my code prints all the items doesnt ommit the items that are not on sale!
This is the part that checks if the item is on sale or not:
...
0
votes
1answer
26 views
How to call getJson multiple times and pass it values after it finishes the first passed item?
I have a getjson call that I want to pass some items to it. I wonder how I can call this getjson multiple times and pass them values such as book, pen, paper,... and if those items are on sale display ...
2
votes
2answers
39 views
jquery fetchJSON selecting the correct object
So at the moment I am trying to create a click event that can be re-used throughout my application,
The basic flow of the nav, is that a user would click on a link, click that link will get a ...
0
votes
0answers
71 views
Ember getJSON.done() vs .then()
I am working with Ember and the following code gets the JSON from the api.php script and displays the results on the template. My question is on why the script breaks when I change the getJSON ...
0
votes
1answer
29 views
How to bind variables to a jQuery getJSON call?
I need to access an outer, local variable from a jQuery JSON call without sending that variable to the server (therefore not using the data parameter):
for (var prop in channels) {
...
-1
votes
2answers
49 views
How to document.write image hyperlink inside getjson?
Hi all i want to document.write a hyperlink image inside getjson i tried the following but it doesnt work. could you guys tell me what is wrong with my document write?
<script>
...
0
votes
0answers
53 views
GetJSON Javascript Array Efficiency
Probably a simple question, but I'm unsure how to do this. I have a JSON file which looks like this, obviously shortened but you get the idea:
{
"datapoints": [
{
"lat": ...
0
votes
0answers
23 views
Issues with Javascript and Behance API
So I am VERY new to working with APIs especially with Javascript and JQUERY. I am pretty far along but I cant seem to figure this one thing out. I am using Adobe Edge Animate to work on this anyways, ...
0
votes
2answers
51 views
Android JSON Parsing "JSONException; Value <!DOCTYPE
Im trying to the use the following code below to parse JSON data, The website requires a API key, which for now is stored as a string in my strings.xml.
public class JSONParser {
static InputStream ...
0
votes
3answers
48 views
getJSON troubles with some symbols
getJSON troubles with some symbols in url
When i try this:
var lics='<?php ...
0
votes
1answer
46 views
getJSON not working Jquery Ajax [closed]
The callback is not fired with getJSON.
Returning valid JSON from Servlet.
function onChangeState((vId){
var vr$ = jQuery.noConflict();
var selectedValue = document.getElementById(vId).value;
...
0
votes
1answer
58 views
highcharts not plotting json string containing x,y pairs (string, float). how to fix?
I just switch from jqplot to highcharts, because i couldn't find an answer for my problem with jqplot.
My problem:
I want to plot the following result from a json string. this string contains out of ...
0
votes
1answer
52 views
$.getJSON isnt working
I have been stuck on this all day, the getJSON just isnt working, I have tried lodes of examples, but it still isnt working... Any help would be great thanks!
console.log("hi");
...
0
votes
2answers
48 views
How to use native javascript write jquery $.getJSON function?
A demo i only want to use jquery $.getJSON function,but now i must import jquery, so i want to use native javascript write jquery $.getJSON function.
My Code is:
var $={
getJSON: function(url, ...
0
votes
0answers
101 views
convert json to html in javascript or jquery
i have send a request to the server and the response i got is in json format that is actually html code converted to json. now i have stored that json response in a variable i want to convert this ...
1
vote
1answer
44 views
How to return and display json data with getJSON properly?
file "zip.json":
{
"zip11111": "City1",
"zip99999": "City2"
}
the javascript:
jQuery(document).ready(function() {
$("#textbox1zip").change(function() {
$.getJSON('zip.json', ...
1
vote
1answer
60 views
Conditionally load external json into localStorage (as string)?
My test data is currently within my html such :
var jsonStatus = [
{ "myKey": "A", "status": 0, score: 1.5 },
{ "myKey": "C", "status": 1, score: 2.0 },
{ "myKey": "D", "status": 0, score: 0.2 },
{ ...
0
votes
1answer
41 views
How jsonValue.isObject() works?
Hell i would like to know how value.isObject()enter code here in below code works.
String jsonString = "{\"key\":\"value\"}";
JSONValue value = JSONParser.parseStrict(jsonString);
JSONObject object ...
0
votes
0answers
17 views
$.get request to parse API
The next step in my project is to delete this helper function and create your own function for pulling an array of strings from the parse API. The instructions are as follows:
"You'll start ...
0
votes
1answer
29 views
jQuery not recognizing class changes within .get request
I'm getting some data from a node.js server that affects the classes of some of my elements.
$.get('/example', function (data)
{
//changes element 1 to .newclass from .oldclass
});
Unfortunately, ...
0
votes
3answers
86 views
jquery getJson and array [closed]
I have a problem with jQuery getJSON and displaing the result.
jQuery Code
jQuery(document).ready(function(){
jQuery.getJSON("gsm.php",{getproducts:'495074, 495061, 495060'},function(response){
...
1
vote
0answers
82 views
simple REST call from Javascript
I am trying to call my service from here
http://diningphilospher.azurewebsites.net/api/dining
using below javascript,
$.ajax(
{
type: "GET",
dataType: "json",
url: ...
0
votes
1answer
59 views
jQuery .getJSON() not working in my Wordpress
I'm newbie to jQuery, and already properly included jQuery library to my Wordpress, however, can't seem to execute jQuery call in my Wordpress, see no results coming back. Here are snippets of my ...
0
votes
4answers
543 views
Jquery to parse Json “Origin null is not allowed by Access-Control-Allow-Origin”
Where am i going wrong with this
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>title</title>
<script ...
0
votes
0answers
39 views
jQuery.each() and Array Manipulation
Here's my code:
$(document).ready(function()
{
var myArray = [];
$.getJSON("some url",function(data)
{
$.each(data, function()
{
myArray.push("a string" + this);
});
...
-4
votes
0answers
42 views
$.getJSON results to INTERNAL SERVER ERROR [closed]
I have this ajax call ,
$.ajax({
type: 'GET',
dataType: 'jsonp',
jsonp: 'jsonp_callback',
url: ...
1
vote
3answers
196 views
How to send large data using jquery post without redirect page? [SOLVED]
i'd like to know how to send large data using jquery POST without redirect page?
I have a project to create a mobile chat, and to connect between user app and server, i use JSON.
this is jquery get ...
-1
votes
3answers
66 views
getJSON with return value, Can someone take a look what is wrong here?
Im Trying to return a value from callback function with no success.
Can you see what is wrong here??:
function getval( callback ){
...
0
votes
3answers
109 views
return value from getJSON function
I have a function with jquery getJSON and i need the return the result value back (to Use it somewhere else)
Here is the code:
function getval(){
...
0
votes
1answer
23 views
Why cannot get different information for each icon with ajax and popover?
Here is js function, after selecting a station this function is called, and icons are created (randomly coming data according to Stations.php) and showed in the html page.The icons are also binding ...
0
votes
1answer
22 views
Why cannot create icons dynamically in ajax?
Normally, when I write the followings:
<a id="sta_numberOfIcons" class="icon-user" rel="popover"></a>
And js:
$("a[rel=popover]").each(function(){
$(this).popover({
...
0
votes
1answer
62 views
Why cannot call icon-user class in popover for the wanted icon?
Here is the code to create person icons with css class icon-user that is alreay defined in bootstrap.css. When the user selects one of the stations(Station1, Station2 etc), random number of person ...
1
vote
1answer
23 views
jQuery changing .get file runtime
I have used the following code to plot a graph using an xml in jquery:
var $xml_name = 'data.xml';
myfunction($xml_name);
function myfunction($xml_name) {
$.get($xml_name, function (xml) {
...
1
vote
1answer
80 views
Firebug doesn't show JSON tab in console
I have this code below and I am debugging my javascript. Data is first shown on a webgrid with an edit button. This is after a user has clicked the search button and the webgrid is populated.
In the ...
0
votes
0answers
109 views
How can I create icons dynamically using CSS class?
I am getting id of the passengers from a php file,using Ajax getJSON function.The number of icons defined by the number of passengers coming from php, and the icons(same with appearance) must be shown ...
0
votes
1answer
99 views
PhoneGap Android: $.getJSON(“http://foo.com”) not working (access permissions?)
Using Cordova-2.5.0 + jQuery 1.9.1, I'm trying to access a remote JSON file.
$(document).ready(function() {
$.getJSON("http://sub.foo.com/json.php",function(data) {
It works ok on my Chrome ...
0
votes
0answers
27 views
getjson to xml function
I am beginner at this and am searching for 1 day to resolve this issue.
So
I have a ID ex: 1953 and a external website that holds more info about my id:
eternalwebs1te/id=1953&xml the result is ...



