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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:13:41+00:00 2026-05-20T18:13:41+00:00

I implemented a simple dialog form using JQuery on GAE. It works perfectly on

  • 0

I implemented a simple dialog form using JQuery on GAE. It works perfectly on my local machine but when I upload to app engine, the response function never fires. Is this a restriction on app engine, or am I doing something wrong?

$("span.competing").click(function() {
    $.get("jsonBands.jsp", {
        bandId: $(this).attr("id")
    }, function(data) { // <---- this never fires
        $("#bandNamePopUp").html(data.bandName);
        $("#bandInfoPopUp").html(data.bandBio);
        $("#bandPicturePopUp").attr("src", data.image);
        $("#band-summary-dialog").dialog("open");
    }, "json");
});

I tried to debug with firebug. I put a break point at the same line as my comment. On the local host the breakpoint hits and stops. On the live app the break point never hits.

  • 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-20T18:13:42+00:00Added an answer on May 20, 2026 at 6:13 pm

    Re-posted from my comment:

    Try manually retrieving jsonBands.jsp — what do you get?

    It’s generally unlikely that your Javascript itself would stop working when moving into production, since it’s always run client-side 😉

    This was the only noticeable possible point of failure that I saw in your code sample.

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

Sidebar

Related Questions

I've implemented a simple search form (railscasts #37) in my app, but I wonder
In our desktop application, we have implemented a simple search engine using an inverted
I have implemented a simple file upload-download mechanism. When a user clicks a file
I have the simple class using auto-implemented properies: Public Class foo { public foo()
I have a simple form on a view page, implemented as a user control,
I have implemented a simple Composite pattern using SplObjectStorage, like the example above: class
I have a simple thread pool written in pthreads implemented using a pool of
I want to create a run dialog, i implemented interface and command run, but
Is there a simple way to retrieve the length of an associative array (implemented
Simple question: I'm researching SMS gateways for the U.S. We've implemented in Europe before,

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.