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 8417437
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T02:02:55+00:00 2026-06-10T02:02:55+00:00

I have noticed many code examples of calling a web service which returns json

  • 0

I have noticed many code examples of calling a web service which returns json data but the implementation usually involves a back-end language like PHP. Does anyone know of a good tut on an all jQuery solution? Another words something like setting up div tags with id’s then calling the web service directly, getting the json data and populating the page? No PHP or other back-end server side code at all.

Something does not make sense. This works perfectly:

<script type="text/javascript">
        jQuery(document).ready(function ($) {
            $.ajax({
                url: "http://api.wunderground.com/api/ac7e64a2f6e2d440/geolookup/conditions/q/IA/Cedar_Rapids.json",
                dataType: "jsonp",
                success: function (parsed_json) {
                    alert(parsed_json.location.city);
                    var location = parsed_json['location']['city'];
                    var temp_f = parsed_json['current_observation']['temp_f'];
                    alert("Current temperature in " + location + " is: " + temp_f);
                }
            });
        });
</script>

But it is not supposed to?

  • 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-06-10T02:02:56+00:00Added an answer on June 10, 2026 at 2:02 am

    A WebService, implies a client and a server.

    A client calls the server and asks for data then waits to receive it from the server in some format (JSON/XML what ever).

    Servers are implemented using backend technology – even if you’re using JavaScript with node.js as a server it’s still backend tech.

    Building a WebService without a backend means building a website that does not call WebServices… it just has it’s local data setup as JSON and builds the visual rendering of the data using some form of templating (Mustache?).

    In any case this is not a WebService this is JavaScript/jQuery driven website construction.

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

Sidebar

Related Questions

Using CakePHP 1.3.6 I'm sure I may have to add code and examples, but
I have noticed many times developers use like a quick key to generate properties
I've noticed many (all?) PHP constants have a single-letter prefix, like E_NOTICE , T_STRING
I have seen on many sites the silverlight video player. I noticed that all
I noticed it never works any more. For example I have the following code:
Being new to both .NET and Silverlight, I have noticed that many of the
I've been a little puzzled with this as I have not seen many examples
We have noticed that component publishing takes a long time. The component we are
I have noticed that if you add a unobtrusive link in a refreshable partial
I have noticed FF, Chrome and Safari behaving such that if you intervene to

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.