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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T04:19:57+00:00 2026-05-11T04:19:57+00:00

This is going to be hard to explain but I’ll try my best. I

  • 0

This is going to be hard to explain but I’ll try my best.

I have a page with 3 divs each containing information and an order button for each product. The visitor can click on a product image and it will basically hide all the divs and then show the one related to the image they have clicked on.

I have a sidebar which is running globally on all pages of the site which has ‘quick links’ to each product. I want to know if there is a way that I can link these to the product page so that people can click them from any page of the site and it will open the product page with the product they have clicked on already selected and visible.

I presume it can be done through the use of #product1, #product2, etc on the end of the links to the product page but I’m not quite sure how it can be achieved. Has anyone got any ideas?

PS: On the product page the products are selected just by detecting an onclick on the product images and then hiding and displaying one singular DIV (not through the use of # link anchors).

  • 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. 2026-05-11T04:19:58+00:00Added an answer on May 11, 2026 at 4:19 am

    You want to use anchors.

    So you name an anchor inside the DIV.

    <div id='product1'> <a name='product1'> </div> 

    Then you link to that with the ‘#’ as you describe. Use the full path if you’re linking from another page, just use #product1 if you’re doing so from the same page.

    <a href='/path/to/page/#product1'> 

    Now the tricky bit as you’ve discovered is jQuery realising that you’ve requested an anchor when the page loads. This code does depend on a construct like above where the id of the div is the same name as the anchor. A small piece of sample code is here to invoke the show() method on the div with the same name as the anchor which was passed into the URI.

    $(document).ready(function() {     var uri = document.location.toString();     if (uri.match('#')) {         anchor = uri.split('#')[1];         $('#' + anchor).show();     } }); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is very hard to explain but I'm going to try. We run a
This will be a bit hard to explain but I am going to have
This is hard to explain, but I will try. I have a background image
Okay, this is going to be hard to explain but here goes nothing: Lately
This problem is going to be hard for me to explain but I will
This is going to be pretty hard to explain, so I'll try to make
this is quite hard to explain out of context but i am going to
This question is hard to phrase, so I'm going to have to use some
This is going to be a stupid question but I have spent an inordinate
This is going to be fairly hard to explain, so I've put together a

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.