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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:51:09+00:00 2026-06-10T13:51:09+00:00

I am taking over someone else’s code… The functionality works, I can click in

  • 0

I am taking over someone else’s code…
The functionality works, I can click in 3 different divs, edit them and save them on the fly.
Now there needs to be some wizard-like user guidance, in that a user would be led through the 3 different steps.

So I need to highlight the div in question, making it editable, while all the rest is disabled and opaque – like a modal dialog. Nevertheless there needs to be a “Skip tutorial” link which skips the wizard altogether allowing the user to edit freely. That “Skip tutorial” handle confuses me, as it is outside the highlighted div and thus “modal” doesn’t apply anymore?

Can someone help me find how to do this? Using jquery. Thanks

  • 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-10T13:51:11+00:00Added an answer on June 10, 2026 at 1:51 pm

    I did research quite a bit, and finally resorted for an approach in having an overlay div and manually assigning z-indexes to all the elements I need in the foreground. I do not really like this because it’s a lot of manual work, but it’s working so it’s fine:

    if (step == 1) {
        var next = document.createElement("div");
        next.id = "nextBtn";
        next.style.cssText= "position:absolute; top:420px;left:885px;background-image:url('/images/nextStep.png');width:68px;height:40px;z-index:99;cursor:pointer";
        document.getElementsByTagName("body")[0].appendChild(next);
    
        var overlayDiv = document.createElement("div");
        overlayDiv.id = "overlayDiv";
        overlayDiv.style.cssText = "position:absolute; top:0; right:0; width:" +    screen.width + "px; height:" + screen.height + "px; background-color: #000000; opacity:0.5";
        document.getElementsByTagName("body")[0].appendChild(overlayDiv);
    
        var skipDiv = document.createElement("div");
        skipDiv.id = 'skipDiv';
        skipDiv.style.cssText = "position:absolute; top:80px; left: 1060px;background- image:url('/images/skipTutorial.png');width:148px;height:39px;cursor:pointer";
        document.getElementsByTagName("body")[0].appendChild(skipDiv);
    
        //more stuff
     } else if (step == 2) {
       //step2 stuff
     } else if (step ==3) {
       //step3 stuff
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am not very familiar with JPA or Hibernate. I'm taking over someone else's
I am taking over a project from someone else that left. I'm currently trying
I am taking over someone elses code. What are some good ways to learn
Im taking over an app that was started by someone else. I want to
I'm taking over from someone who builds our HTML emails and the templates are
I'm taking a shot in the dark that someone can guide me with this.
Im taking over a project someone started a while ago. Im having a little
New to web development and taking over someones code. They have a function to
I'm taking over IIS maintenance for someone who just left and for some reason
I'm taking over a project and wanted to understand if this is common practice

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.