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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T19:04:37+00:00 2026-05-21T19:04:37+00:00

I am trying to find out good solution to the issue I have at

  • 0

I am trying to find out good solution to the issue I have at the moment, I am tryign to improve my understanding of javascript atm.

My problem is trying to produce series of images that is directly produce from what the users have input into the textbox.

For example If I put in “Hello” into textbox, I want to produce 5 images in row into div of display particular way of how to fingerspell “Hello” but need to know how to seperate each character and produce image that is direct relate to each character individual.

Then it would be produce into div contain 5 seperate images placed together and shown.

Help would be appreciate!

  • 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-21T19:04:38+00:00Added an answer on May 21, 2026 at 7:04 pm

    Simply wire up a .change() and then you can use $.each() to iterate through each character in the string and than call .append() to add in your <img/> <div/> or other elements.

    $("#spell").change(function(){
        var $o = $("#output").empty();
        $.each($(this).val(), function(i, c){
            $o.append("<img src='http://dummyimage.com/50x50/000/fff&text=" + c + "'/>");
        });
    });
    

    Code example on jsfiddle

    If you want this to occur while they type you could use .keyup()

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am pulling my hair out with trying to find a good solution to
Hey, as of lately, I've been trying to find good ways to smoothen out
I have two very large strings and I am trying to find out their
I've been trying to figure out a good solution to this for most of
I'm trying to find a solution to this problem: Given a IEnumerable< IEnumerable< int>>
I am trying to find a solution for the next problem with help of
I am currently trying to find a good solution for what to do with
Trying to find out if it's possible to use SQLAlchemy on Heroku. Thanks.
I trying to find out the visibility of the Excel and do some activities
I am trying to find out how to write an SQL statement that will

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.