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

The Archive Base Latest Questions

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

function submitValue () { var content = $(‘input[name=foo]’).val(); $(‘.teamcolumn’).html(content); } $(‘#team’).submit(submitValue()); I have also

  • 0
 function submitValue () {
        var content = $('input[name="foo"]').val();
        $('.teamcolumn').html(content); 

    }


$('#team').submit(submitValue());

I have also tried this to submit the button, but neither have worked.

$('#team').submit(function() {
    $(this).val()).appendTo('.teamcolumn');
});

html:

<form>
      <input name="foo" id="team" class="inputright" type="text" value="Team?">
                <input type="submit" value= "Go">
    </form>

<div class="teamcolumn TOSRcolumn"></div>

I want to write the value given to me in the text field to the div with the class .wincolumn when a user clicks the submit button. Been playing around with a bunch of different methods but can’t seem to figure it out

UPDATED CODE:

<html>
<head>
<script src="jquery.js"></script>
<script>
$("input[type='submit']").click(function(e) {
    e.preventDefault();
    var value = $(.input[name="foo"]).val();
    $('.teamcolumn').html(value);
    return false;

});


</script>
</head>
<body>
<form>
<input name="foo" id="team" class="inputright" type="text" value="Team?"></input>
<input type="submit" value"Go"></input
</form>
</body
</html>
  • 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-30T07:08:16+00:00Added an answer on May 30, 2026 at 7:08 am

    Try this

    $('input[type="submit"]').click(function(e){
       e.preventDefault();
       var value = $('input[name="foo"]').val();
       $('.teamcolumn').html(value);
       $('.wincolumn').html(value);
       return false;
    });​
    

    Demo on jsFiddle.net

    OR

    $('form').submit(function(e){
       e.preventDefault();
       var value = $('input[name="foo"]').val();
       $('.teamcolumn').html(value);
       $('.wincolumn').html(value);
       return false;
    });​
    

    Demo on jsFiddle.net

    Hope this helps you.

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

Sidebar

Related Questions

function dowork() { $(.wrappedElement).removeClass(wrappedElement); $(.wrappedElementout).removeClass(wrappedElementout); var a=$(div#DepPart select option:selected).val(); $(div#TestPart select option[value^=a]).addClass(wrappedElement); $(div#TestPart select
Here is my code: <!DOCTYPE html> <html> <head> <meta charset=utf-8> <meta name=viewport content=width=device-width, initial-scale=1>
I have a HTML form where i dynamically create elements and set its name
I have this AJAX request: $(#searchagain_form).submit(function() { $.ajax({ type: 'POST', url: /searchforward, data: {engine:
function foo () { global $var; // rest of code } In my small
I have a little jQuery (1.6.2) script that changes the input submit value to
function register_contact ($person = array()) { $nogood = false; foreach ($person as $val) {
function check(id){ var _id = document.getElementById(id); url = test.php?check=1&id= + _id; } i want
function countChars(elm) { if (elm.nodeType == 3) { // TEXT_NODE return elm.nodeValue.length; } var
function example(){ var quantity = http://www.example.com/index.php?brandid=b%123&quantity=20; quantity = quantity.replace(-what regular expression should i user-,

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.