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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:58:35+00:00 2026-05-27T20:58:35+00:00

Trying to get a overlay to pop up when I select certain icons. Problems:

  • 0

Trying to get a overlay to pop up when I select certain icons.

Problems:
1.) This works great in FF but not anywhere else. It works in chrome sometimes when I am inspecting the element.
2.) There has to be a shorter way to write this code…?

$(window).load(function(){
    var $quickview = $(".quickview");


$('.quickview').click(function() {
    var $t = $(this).parents("a");

    if($t.is(":nth-child(1)")){
        var css={}
        $("#overlay1").css("display","block");
        console.log("1")
        }
    else if($t.is(":nth-child(2)")){
        var css={}
        $("#overlay2").css("display","block");
        console.log("2")
        }
    else if($t.is(":nth-child(3)")){
        var css={}
        $("#overlay3").css("display","block");

        }
    else if($t.is(":nth-child(4)")){
        var css={}
        $("#overlay4").css("display","block");
        }
    else if($t.is(":nth-child(5)")){
        var css={}
        $("#overlay5").css("display","block");
        }
    else if($t.is(":nth-child(6)")){
        var css={}
        $("#overlay6").css("display","block");
        }
    else if($t.is(":nth-child(7)")){
        var css={}
        $("#overlay7").css("display","block");
        }
    else if($t.is(":nth-child(8)")){
        var css={}
        $("#overlay8").css("display","block");
        }
    else if($t.is(":nth-child(9)")){
        var css={}
        $("#overlay9").css("display","block");
        }
    else if($t.is(":nth-child(10)")){
        var css={}
        $("#overlay10").css("display","block");
        }

$('.exit, .overlay').click(function() {


    if($t.is(":nth-child(1)")){
        var css={}
        $("#overlay1").css("display","none");
        }
    else if($t.is(":nth-child(2)")){
        var css={}
        $("#overlay2").css("display","none");
        }
    else if($t.is(":nth-child(3)")){
        var css={}
        $("#overlay3").css("display","none");
        }
    else if($t.is(":nth-child(4)")){
        var css={}
        $("#overlay4").css("display","none");
        }
    else if($t.is(":nth-child(5)")){
        var css={}
        $("#overlay5").css("display","none");
        }
    else if($t.is(":nth-child(6)")){
        var css={}
        $("#overlay6").css("display","none");
        }
    else if($t.is(":nth-child(7)")){
        var css={}
        $("#overlay7").css("display","none");
        }
    else if($t.is(":nth-child(8)")){
        var css={}
        $("#overlay8").css("display","none");
        }
    else if($t.is(":nth-child(9)")){
        var css={}
        $("#overlay9").css("display","none");
        }
    else if($t.is(":nth-child(10)")){
        var css={}
        $("#overlay10").css("display","none");
        }
    });
});

});

Please Help!
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-05-27T20:58:36+00:00Added an answer on May 27, 2026 at 8:58 pm

    have you tried something like this

    $('.quickview').click(function() {
        var i = ( $(this).parents("a").index() + 1 );
         $("#overlay"+ i).css("display","block");
         console.log(i);
    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to draw an image with a certain color. To get this effect,
Trying to get my css / C# functions to look like this: body {
Trying to get an ASP application deployed; it worked for a while but then
Trying to get this example working from http://www.munna.shatkotha.com/blog/post/2008/10/26/Light-box-effect-with-WPF.aspx However, I can't seem to get
Trying to get this to work, with no luck: [DataMember] public Type ParameterType {
I'm trying to get an overlay in google maps api v3 to appear above
Using GTK, I'm trying to overlay a More prompt (but it could just as
all. I am trying to get an overlay to work on my Modal box.
I am having one hell of a time trying to get this to work,
What I'm trying to do here is get a transition when this div is

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.