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

  • Home
  • SEARCH
  • 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 6932803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:45:07+00:00 2026-05-27T11:45:07+00:00

Here is my code: $(document).ready(function() { img$ = ”; var img$ = img$ +

  • 0

Here is my code:

$(document).ready(function() {

    img$ = '';
    var img$ = img$ + '<img src = ' + $('#img_loc').attr('value') + ' />'; 

            /*#img_loc is the id of the text box where url is pasted*/

    $('#add_btn').click(function() {
        $('#work_area').html(img$);
    });
});

I want to be able to place image after image by pasting different URLs into the img_loc text box. But with this code, I can only ever get one image to show up. Can someone please help me see what im doing wrong?

  • 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-27T11:45:07+00:00Added an answer on May 27, 2026 at 11:45 am

    Rather than replacing the work_area each time, why not append images to it as follows:

    $(document).ready(function() { 
        $('#add_btn').click(function() { 
            var src = $('#img_loc').val();
            $('<img>').attr("src", src).appendTo($('#work_area'));
        }); 
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is my code: $(document).ready(function() { $('#add_btn').click(function() { var src$ = $('#img_loc').val(); $('<img>').attr({ src:
Here is my code: $(document).ready(function() { $('#add_btn').click(function() { var src$ = $('#img_loc').val(); $('<img>').attr({ src:
I have some jQuery code something like this: $(document).ready(function() { $(img.off).click(function() { alert('on'); $(this).attr('class',
CODE: $(document).ready(function() { $('.toggle').hide(); $('.show').click(function(){ $('.toggle').toggle('slow'); $(this).attr('src','images/checkmark2.jpg'); },function(){ $('.toggle').toggle('slow'); $(this).attr('src', 'images/checkmark1.jpg'); return false; });
Here is my code: function pauseSound() { var pauseSound = document.getElementById(backgroundMusic); pauseSound.pause(); } I
Can i place html include inside Jquery? Here is the code: $(document).ready(function(){ $(.photo).hoverIntent(function() {
problem can be seen here: http://www.studioimbrue.com/beta The code: $(document).ready(function(){ $('div.caption').hide(); $('.captions ul li img').hover(function(){
So I have the jquery code here: $(document).ready(function(){ $(div.post.photo).hover(function () { $(this).children(div.show).slideToggle(fast); }); });
I have this code here: var infiltrationResult; while(thisOption) { var trNode = document.createElement('tr'); var
i have the following jquery code: $(document).ready(function() { $('.restrictiveOptions input[type!=checkbox], .restrictiveOptions select').change(function() { //

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.