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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:58:07+00:00 2026-06-09T17:58:07+00:00

I want to disable the timestamp when loading the script, as it always includes

  • 0

I want to disable the timestamp when loading the script, as it always includes a timestamp in the query string after the file URL. Please look at the image you will know.

enter image description here

I have also set up Ajax with the option cache: true. See the code here:
“js
$.ajax({
url: url
data: {},
type: ‘post’,
cache: true,
dataType: ‘json’,
success: function (data, status) {
//something here
}
});

and also I have set meta tag to the header of the HTML.
```html
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="Public">
<meta http-equiv="Cache-control" content="public">
<meta name="keywords" content="something">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">

I am using jQuery v1.7.2

  • 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-09T17:58:09+00:00Added an answer on June 9, 2026 at 5:58 pm

    I’m not sure why jQuery is trying to load itself, but this seems to be related to $.getScript() calls.

    You could consider adding the following snippet as high up as possible:

    $.ajaxSetup({
        cache: true
    });
    

    Putting the cache: true in your $.ajax() doesn’t affect $.getScript() in any way and that’s what you’re seeing in that screenshot.

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

Sidebar

Related Questions

I want to disable all Foreign key constraints and re-enable them after, is there
I want to disable the left bar button when my webview is loading can
I want to disable the dates after the current date in my program. I
in one page function i want disable js script. How make that? I try
I want to disable hyperlinks in UIWebVIew after the initial page loaded without disabling
I want to disable a button after a user did rate a certain post,
I want to disable the button maximize/minimize, below I post image to explain this
I want to disable/enable a button with JavaScript. Because the JavaScript is called, after
I have a webview load URL http://www.google.com..I want disable event when we click link
I want to disable my views and show an alert dialog after returning back

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.