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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:33:23+00:00 2026-05-27T15:33:23+00:00

My application requires that users upload a set of required documents (Upload #1, Upload

  • 0

My application requires that users upload a set of required documents (Upload #1, Upload #2, Upload #3). When an upload completes, it returns the requirement identifier (req_id).

The page displays a list of the requirements, and I’d like to use jQuery to change the class of the list item from “missing” to “complete” once and upload has completed.

HTML:

<ul>
    <li class="missing" rel="1">
        <a href="#" target="_blank">Upload #1</a>
    </li>
    <li class="missing" rel="2">
        <a href="#" target="_blank">Upload #2</a>
    </li>
    <li class="missing" rel="3">
        <a href="#" target="_blank">Upload #3</a>
    </li>
</ul>

Javascript:

function stopUpload(success, req_id){

    if (success == 1){
        $('#upload_result').html('<span class="msg">Success!<\/span>');
        $(req_id).attr('rel').removeClass().addClass('complete')  
    }
    else {
        $('#upload_result', window.parent.document).html(
        '<span class="emsg">Error!<\/span>');
    }
    $('#upload_progress').hide();
    return true;

}
  • 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-27T15:33:24+00:00Added an answer on May 27, 2026 at 3:33 pm
    function stopUpload(success, req_id){
    
        if (success == 1){
            $('#upload_result').html('<span class="msg">Success!<\/span>');
            $("ul li[rel=" + req_id + "]").removeClass().addClass('complete')  
        }
        else {
            $('#upload_result', window.parent.document).html(
            '<span class="emsg">Error!<\/span>');
        }
        $('#upload_progress').hide();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My application requires that users upload a set of required documents (Upload #1, Upload
Am currently working on an application that requires users to submit posts and comments
Im building an application that requires extensive logging of actions of the users, payments,
I'd like a simple method in my application controller that requires all users to
I have a filemanager application that allows users to upload files to the server
I am writing an application that requires a user to upload files to the
I am writing a web application that requires user interaction via email. I'm curious
I have a script that calls an application that requires user input, e.g. run
I have an application that requires the user to reenter their password between 15
In my current application I have a form that requires the user to enter

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.