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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:01:38+00:00 2026-05-25T00:01:38+00:00

I am currently dabbling in jQuery and have come across a problem which I

  • 0

I am currently dabbling in jQuery and have come across a problem which I think may be related to Javascript arrays but I have no idea if this is so.

I am trying to create img elements through the use of the Jquery append method, now this works fine, but the problem lies when I am trying to set the src of the img element.

For example the following code will set the multiple img sources to the same value:

HTML

<a class="imageLink" title="Tiger">Tiger</a>

<a class="imageLink" title="Leopard">Leopard</a>

<a class="imageLink" title="Lion">Lion</a>

Javascript

$(".imageLink").append('<img src="http://domain.org/'+$(".imageLink").attr("title")+'.jpg" />');

The above code once run will create:

HTML

<a class="imageLink" title="Tiger">Tiger<img src="http://domain.org/Tiger.jpg" /></a>

<a class="imageLink" title="Leopard">Leopard<img src="http://domain.org/Tiger.jpg" /></a>

<a class="imageLink" title="Lion">Lion<img src="http://domain.org/Tiger.jpg" /></a>

How can I ensure the different appended img elements will all have different src values?

  • 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-25T00:01:39+00:00Added an answer on May 25, 2026 at 12:01 am

    Try this:

    $(".imageLink").each(function(){
        $(this).append('<img src="http://domain.org/'+$(this).attr("title")+'.jpg" />');
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

currently I'm developing an app for WP7 but came across a little problem with
Currently we use jQuery to add RIA goodness to our apps, but recently we
Currently I have a web service, which loads up any plugins located within its
Once again I am 'dabbling' in the dark art of javascript and jQuery without
Currently, I don't really have a good method of debugging JavaScript in Internet Explorer and
I have been dabbling around this morning trying to modify the jQuery cycle script
Currently local storage for javascript is limited to cookies, which makes robust client side
I am currently dabbling around with perl and SOAP, using SOAP::Lite. I have a
Currently I have the following method, but it doesn't quite work... - (UITableViewCell *)tableView:(UITableView
Currently I have a class that looks like this: public class MyClass : IMyClass

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.