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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:35:53+00:00 2026-05-28T19:35:53+00:00

I have a div contain the image inside it like this : <div class=gallery

  • 0

I have a div contain the image inside it like this :

<div class="gallery clearfix"> 
<img id="medium-image" src="test.gif" alt="Product Specification" width="230" />
</div>

This is what I want to do :

<div class="gallery clearfix"> 
<a href="blahblah"><img id="medium-image" src="test.gif" 
alt="Product Specification" width="230" /></a>
</div>

This is the jquery that I tried:

<script language="javascript" type="text/javascript">
$(document).ready(function () {
 $("#gallery").click(function () { //The link that will be click 
   var path_detail = $('#medium-image').attr('src');
   $('#medium-image').wrap('<a href="' + path_detail + '" class="promotion"></a>')
 });
});
</script>

But It doesn’t appear anything like what I want. I have no idea about that. Anyone can share some idea please.

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-28T19:35:54+00:00Added an answer on May 28, 2026 at 7:35 pm

    This is a bit neater than building the entire HTML string:

    $(document).ready(function () {
        $("#gallery").click(function () { //The link that will be click 
            var path_detail = $('#medium-image').attr('src');
            var $a = $('<a/>').attr('href',path_detail).addClass('promotion');
            $('#medium-image').wrap($a);
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have multiple containers like this <div class=container> <span> <!-- Inside the span is
Say I have this: <div class='container'> <img src='image1' id='1' /> <img src='image2' id='2' />
I have this div, where divBrdr should contain a form summaryConfig <div id=popup> <div
I have a div with class divItemclass for this class, I have put height
I have some some rows of image thumbs inside anchors inside a div, one
I have a div whose contain a flash and a image,and I want them
Hey guys, I have a UL like so: <ul id=list> <li class=something> <div class=btns
So far, I only have a div that would contain this information. As for
I have an image wrapper div to contain image and caption. Using the following
I have an image that is generated automatically inside an Ajax UpdatePanel. This image

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.