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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T03:17:28+00:00 2026-05-14T03:17:28+00:00

jquery.js source code is not being recognised by browser using my page.html served by

  • 0

jquery.js source code is not being recognised by browser using my page.html served by Google App Engine as a http:some_request to the SDK, BUT when I load the exact same page.html into the browser directly from my local hard drive as jquery.js all works OK, it is recognized, so I know my path is OK….

In the header of my page.html I have the following:

<script src="/static/jquery.js" type="text/javascript"></script>

From my app.yaml:

- url: /static
  static_dir: static
  expiration: 1d
  • 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-14T03:17:28+00:00Added an answer on May 14, 2026 at 3:17 am

    The key is that all files you want to be recognized by the client’s browser such jquery.js should be inside a directory that is inside the static directory.

    So the portion of the app.yaml file that relates to this should appear as follows:

    - url: /jquery
      static_dir: static/jquery
    
    
    - url: /static
      static_dir: static
      expiration: 1d
    

    what is key line that I now changed to make it work is where jquery stuff is inside static directory: static_dir: static/jquery

    so now in the header section of the page.html I have this working so I can work with the SDK off-line:

    <script type="text/javascript" src="/jquery/jquery.js" ></script>
    <script type="text/javascript" src="/jquery/jquery.form.js" ></script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If we look at the latest jQuery source at http://code.jquery.com/jquery-latest.js we see the following:
My ajax (jquery) response (html) gives me a whole junk of html source code
The code here does not return what one expects: jQuery('<div>Look here: [ jQuery0=null ]</div>').html()
I am using jQuery 1.4.4. and I have this source code: <div id=area1> <ul
I can run this code in Android app (using PhoneGap adn jQuery Mobile) but
Finally, I find some article in http://code.google.com/intl/en/web/ajaxcrawling/docs/getting-started.html msnbc use this method. Thanks for all
Take a look at this snazy plugin: http://remysharp.com/2007/12/28/jquery-tag-suggestion/ ** it's real small Source: http://remysharp.com/downloads/tag.js
I was going through the source code of jQuery. I'm having trouble understanding the
I'm using the fancybox jQuery plugin and right now, it's being called with a
I saw this line in the jQuery.form.js source code: g && $.event.trigger(ajaxComplete, [xhr, s]);

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.