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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T02:30:11+00:00 2026-06-09T02:30:11+00:00

im using the CREATE IMAGE GALLERY IN 4 LINES OF JQUERY (link below), which

  • 0

im using the “CREATE IMAGE GALLERY IN 4 LINES OF JQUERY” (link below), which works just fine.

But i like to make the large images clickable (not just the thumbs), so that when i click on which ever image that is showing as the large image, another bigger version of the image opens in a new window.

http://workshop.rs/2010/07/create-image-gallery-in-4-lines-of-jquery/

Any ideas is greatly appreciated. Thank you.

  • 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-09T02:30:13+00:00Added an answer on June 9, 2026 at 2:30 am

    You can wrap the large image in an anchor element:

    <div id="panel">
        <a href="images/image_01_largest.jpg" target="_blank">
            <img id="largeImage" src="images/image_01_large.jpg" />
        </a>
        <div id="description">First image description</div>
    </div>
    

    This follows the convention that one image comes in three sizes: *_thumb.jpg, *_large.jpg, and *_largest.jpg. All you need to do now is change anchor’s href attribute when changing #largeImage’s src.

    $('#thumbs img').click(function(){
        $('#largeImage').attr('src', $(this).attr('src').replace('thumb', 'large'));
        $('#largeImage').parent().attr('href', $(this).attr('src').replace('thumb', 'largest'));
        $('#description').html($(this).attr('alt'));
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the PrettyPhoto jQuery plugin for an image gallery, and I'd like to
I am using AQGridView to create an image gallery that has about 21 items.
I am using the carouFredSel ( http://caroufredsel.frebsite.nl/ ) to create an image carousel, which
How to create such (see image below) effect using pure HTML JS and CSS?
I just followed an MVC tutorial on creating an image Gallery, which connects the
I'm trying to create an image gallery using Shadowbox plugin(http://www.shadowbox-js.com). So I got a
I have a simple gallery style link setup using image swap on hover that
Ive got an assignment to create an image gallery using flickr - this has
I'm using an Uri returned from image gallery to create a Bitmap. I have
I am trying to create an image gallery, I am using numbers instead of

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.