Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5840331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T11:43:42+00:00 2026-05-22T11:43:42+00:00

I have json string retuned via a ajax call $.ajax({ type: ‘GET’, url: quoteURL,

  • 0

I have json string retuned via a ajax call

$.ajax({
            type: 'GET',
            url: quoteURL,
            dataType: 'json',
            timeout: 10000,
            crossDomain: true,
                 success: function(result) {
                /// required code       
               }

});

The returned json response from server is

{
   _emptyscopedata: [
      {},
      {}
   ],
   errMsgBuffer: {
      errMsg: ''
   },
   descriptor: [
      {
         template: 'projects/mobile/market/mostactives.xsl',
         componentname: 'getmostactives'
      },
      {
         template: '',
         componentname: 'quotelist'
      }
   ],
   'invest.mostactive': {
      MoverExchange: 'NSDQ',
      MoverType: 'ACT',
      urlType: ''
   },
   quotelist: {},
   'quote.quote': [
      {
         timezoneid: 'EST',
         change: '0.01',
         halted: '0',
         type: 'EQ',
         bidsize: '2900',
         fastmarket: '0',
         asksize: '300',
         close: '16.64',
         timestamp: 'May 18, 2011 3:00 PM EST',
         open: '16.64',
         productid: 'CSCO:NSDQ:EQ',
         bid: '16.63',
         exchange: 'NSDQ',
         symbol: 'CSCO',
         news: '0',
         quotetype: '2',
         percentchange: '0.0006',
         symboldesc: 'CISCO SYS INC COM',
         price: '16.65',
         utctime: '1305748800',
         volume: '92738240',
         high: '16.66',
         quotestatus: '0',
         low: '16.34',
         ask: '16.64',
         timestring2: '05/18/11 04:00 PM ET'
      },
      {
         timezoneid: 'EST',
         change: '0.04',
         halted: '0',
         type: 'EQ',
         bidsize: '91200',
         fastmarket: '0',
         asksize: '241000',
         close: '2.14',
         timestamp: 'May 18, 2011 3:00 PM EST',
         open: '2.13',
         productid: 'SIRI:NSDQ:EQ',
         bid: '2.17',
         exchange: 'NSDQ',
         symbol: 'SIRI',
         news: '0',
         quotetype: '2',
         percentchange: '0.0187',
         symboldesc: 'SIRIUS XM RADIO INC COM',
         price: '2.18',
         utctime: '1305748800',
         volume: '74540998',
         high: '2.2',
         quotestatus: '0',
         low: '2.12',
         ask: '2.18',
         timestring2: '05/18/11 04:00 PM ET'
      }
   ]
}

I want to show some of the values of the response on the site. But I am not able to retrieve the values.
Can someone help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T11:43:42+00:00Added an answer on May 22, 2026 at 11:43 am
    $.ajax({ 
        type: 'GET', 
        url: quoteURL, 
        dataType: 'json', 
        timeout: 10000, 
        crossDomain: true, 
        success: function(result) {
            alert(result.descriptor[0].template);
        }
    });
    

    and if you wanted to loop through all descriptors:

    $.each(result.descriptor, function() {
        var template = this.template;
        var componentname = this.componentname;
        // TODO: process the template and componentname
    });
    

    or:

    alert(result['invest.mostactive'].MoverExchange);
    

    etc… depending on what you want to show

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jQuery ajax call that looks like this: $.ajax({ type : 'GET',
I have a JSON string that looks like this: { package1: { type: envelope,
Whenever I have a Json string object with a space in it I get
I’m new to android,I have an activity class which fetches Json string from url
I will be passing a json string to a servlet via an ajax request
I have a JSON string(?) that I have returned from $.ajax() and named it
I have JSON string that has nested objects with dynamic names that vary each
I have a json string like this: { d: { results: [ { __metadata:
I have a JSON string that I would like to include as a value
I have a json string saved in my db. When i retrieve it from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.