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

  • Home
  • SEARCH
  • 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 6150603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:38:15+00:00 2026-05-23T19:38:15+00:00

My script currently looks like this: <script type=text/javascript> function updateMe(){ var x = 0;

  • 0

My script currently looks like this:

<script type="text/javascript">
  function updateMe(){
    var x = 0;
    var jsonstr = '{"date":"July 4th", "event":"Independence Day"}';
    var activity=JSON.parse(jsonstr);
    while(x<10){
    date = document.getElementById("date"+x).innerHTML = activity.date;
    event = document.getElementById("event"+x).innerHTML = activity.event;
    x++;
    }
  }
</script>

Where date”x” and event”x” are a series of html tags. This function runs when the page loads (onload). My goal is to do this exact same thing, only from a local .json file as opposed to the hard code that I’ve got above. I’ve already checked out http://api.jquery.com/jQuery.getJSON/.

The local .json file looks like this:

{"date":"July 4th", "event":"Independence Day"}

Any suggestions?

  • 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-23T19:38:16+00:00Added an answer on May 23, 2026 at 7:38 pm

    Assuming you mean “file on a local filesystem” when you say .json file.

    You’ll need to save the json data formatted as jsonp, and use a file:// url to access it.

    Your HTML will look like this:

    <script src="file://c:\\data\\activity.jsonp"></script>
    <script type="text/javascript">
      function updateMe(){
        var x = 0;
        var activity=jsonstr;
        foreach (i in activity) {
            date = document.getElementById(i.date).innerHTML = activity.date;
            event = document.getElementById(i.event).innerHTML = activity.event;
        }
      }
    </script>
    

    And the file c:\data\activity.jsonp contains the following line:

    jsonstr = [ {"date":"July 4th", "event":"Independence Day"} ];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently my code looks like this. It allows me to parse multiple parameters my
I`m currently working on a script, and I have the following situation. function somnicefunction()
I'm currently working on a jQuery script that will translate the site's text into
I can't seem to figure this one out. I have a validator-type script that
So I've got a directory that looks something like this: home\ setup.py some_python_file.py ext\
I have an IronPython script that looks for current running processes using WMI. The
I currently have a script that scrapes proxies off websites, but I'm just wondering
I currently have a script which allows me to output the list of files
Currently all of my script's settings are located in a PHP file which I
I'm currently experimenting with build script, and since I have an ASP.net Web Part

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.