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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T07:43:44+00:00 2026-06-08T07:43:44+00:00

The JQuery PHP Library creates an object $.php which works similarly to $.ajax .

  • 0

The JQuery PHP Library creates an object $.php which works similarly to $.ajax. like this:

$.php(url);
php.complete = function (){
    $('#loading').slideUp('slow');
}

… by doing so it adds a whole bunch of functionality which lets you do jQuery-y stuff from the server. But I don’t like how the complete function works. I’d prefer this:

$.ajax(url)
   .complete(function() {
      $('#loading').slideUp('slow');
   });

… The difference is that I want to have a custom complete handler for each separate call. The way it is now, if I use jQuery PHP and do a second $.php call and define a php.complete handler, the new php.complete handler will overwrite the first.

Does a solution like this already exist? If not, how would one go about modifying the jQuery PHP library to make it function this way?

NOTE: In jQuery 1.8+ complete() is deprecated in favor of always()

  • 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-08T07:43:45+00:00Added an answer on June 8, 2026 at 7:43 am

    Modify line 19 to return the jqXHR object from the method.

    http://pastebin.com/tCzMBGtD

    $.ajax(...
    

    becomes

    return $.ajax(...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm searching for a php library which i can use like jquery on a
Just a quick question about JQuery's Ajax function, more specifically, the url parameter. My
Is it possible to call a php class function DIRECTLY using ajax? Something like
I am moving from the PHP AJAX library xajax to jQuery AJAX. With xajax,
I use the JQuery UI Library and the Dialog function. I would like to
I'm using Ajax file upload function with its javascript / jQuery library . When
I am using a bespoke JQuery/PHP script which parses a Flickr feed using SimpliePie
I am using a bespoke Jquery/PHP gallery script which pulls images from a Flickr
Use jquery + php. Doing custom AJAX captcha. i.e user clicks on image, it
I am using the editArea library and jquery to do what i need... http://www.cdolivet.com/index.php?page=editArea&sess=2b8243f679e0d472397bfa959e1d3841

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.