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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:58:06+00:00 2026-05-24T21:58:06+00:00

I use the following script to force my server to recache a page, however

  • 0

I use the following script to force my server to recache a page, however I want to modify it so it can POST to many pages but use the same success function.

function recache()
  {
$.ajax({
  type: 'POST',
  url: '../units_and_evidence/',
  data: 'cache=yes',
  success: alert("Reset cache successful")
  });
}

How would I provide multiple urls to POST to using the same success function?

  • 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-24T21:58:08+00:00Added an answer on May 24, 2026 at 9:58 pm

    Got you, you want jQuery Deferreds.

    Basically, the $.AJAX functions in jQuery 1.5 and above return a deferred object.

     var request1 = $.ajax({...});
     var request2 = $.ajax({...});
    
     $.when(request1, request2).then(function() {
          // Do something
     });
    

    What happens is once both requests (or all items in the .when() method parameters) are resolved (handled with AJAX automatically for you), the function in the .then() method is executed. There’s more, which you can find in online tutorials or the API docs.

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

Sidebar

Related Questions

I currently use the following script that checks if a page exists in my
I am trying to use the following script in asp.net: <script language=javascript type=text/javascript> function
Getting an error when i use the following script to show a div when
The following script is for finding one motif in protein sequence. use strict; use
I have an image uploading script in which i use the following setup to
The mysqltuner.pl script gives me the following recommendation: query_cache_limit (> 1M, or use smaller
I am writing a custom .pac script for use with Firefox. Following numerous examples
I am trying to use the following script by duckrowing ( http://www.duckrowing.com/2010/03/18/documenting-objective-c-with-doxygen-part-ii/ ), to
In the past, i use the following script to start SBCL: breakchars=(){}[],^%$#@\\;:''|\\ cd /media/E/work
I'm using this script by Fedor but I want a little difference: When both

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.