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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:53:08+00:00 2026-05-30T01:53:08+00:00

So I have an input of where when I submit I’m trying to append

  • 0

So I have an input of where when I submit I’m trying to append its value to a div.

For example:

$('input').submit(function () {
   $('#div').append($('input').val());
   return false;
});​

Now In my actual example, the appended value of the input will be within a layout so I am trying to use a quicker/safer/better(?) method when using each().

According to http://www.learningjquery.com/2009/03/43439-reasons-to-use-append-correctly I am trying to use something like this:

$('input').submit(function () {

   var arr = [];
   var a = '';

    $.each(arr, function(count, item) {
      a += '<div class="a_txt">' + $('input').val() + '</div>';
    });

   $('div').append(a);
   return false;

});​

What I’m I missing or doing wrong?

Basically I want to append the input’s value into a layout.

For example:

<div class="a_txt"> ... </div>

What I’m I missing or 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-30T01:53:09+00:00Added an answer on May 30, 2026 at 1:53 am

    Looks like you are trying to do some variation of this:

    $('input').submit(function () {
       var a = '';
       $('input').each(function() {
          a += '<div class="a_txt">' + $(this).val() + '</div>';
       });
    
       $('div').append(a);
       return false;
    });​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one image submit button like this <input id=enter name=enter type=image value=Login src=images/btn_login.jpg/>
I am currently trying to replace the input.submit button with an image. I have
How submit list View in ASP.NET MVC. List View dont have input type=submit value=Save
I have a submit button with a markup like this: <li class=button><div class=button> <input
I have the next input and anchor elements: <input type=submit class=button name=add value=Button 1
i have a input button in a form: <input type=submit value= class=hidde name=free id=helpdiv
I'm trying to create a fluid text input with a submit button to its
I have such simple form in html: <form action=add method=get> <input name=ok type=submit value=ok
I have this jquery $('input#application_submit.bigbutton[value=Agree]').click(function(e){ e.preventDefault(); var reason = $('.agree_reason:visible'); var reason_text = $('.agree_reason:visible
I have an input field in a form. Upon pushing submit, I want to

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.