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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T02:11:23+00:00 2026-05-13T02:11:23+00:00

I want to change the value of a text input with jQuery when a

  • 0

I want to change the value of a text input with jQuery when a certain function passes. I used this code:

$('#find').attr("value", "newvalue");

But it’s not changing it. This is the markup of the input I want to change:

<input type="text" id="find" class="input" />

I know it’s getting to this peice of code because the jQuery either side of it executes and works.

Any help would be appreciated, thanks.

  • 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-13T02:11:24+00:00Added an answer on May 13, 2026 at 2:11 am
    $("#find").val("newvalue");
    

    Not sure why yours doesn’t work though.
    You might also need a name attribute on the input? Not sure if that matters…

    It could also be running before the input is created. In which case wrap it in

    $(document).ready(function(){
        //anything you want to do once the elements are all there.
    });
    

    Or just stick the script block after the element in your source (this might be a controversial suggestion).

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

Sidebar

Related Questions

I want to change my radio button text in android app with a value
I want to use Thread.VolatileWrite() (or an equivalent function) to change the value of
I have the following code: jQuery('#hexVal').change(function() { var hexvarval = jQuery('#hexVal').val(); jQuery('#thumbnail_hover_color').val(hexvarval); }); Basically,
There are many ways the value of a <input type="text"> can change, including: keypresses
I want to change the text value in the search box to say, for
HTML code: <input type=text name=percentage[] value=1/> <input type=text name=percentage[] value=2/> <input type=text name=percentage[] value=3/>
I want to change the default value of an input box such that when
I have the following html code: <input type=text id=theInput value=/> <a href=# id=theLink>Click me</a>
I've an text input. I want to change font size on focus, and get
Hi i want to get changed text value from JQuery but i can't select

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.