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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T19:02:07+00:00 2026-05-12T19:02:07+00:00

I am trying to reset the actual value attribute of an input so that

  • 0

I am trying to reset the actual value attribute of an input so that it can be reset back to that value if reset, not necessarily the original value when the form was loaded. The problem is these changes don’t seem to take effect. I have tried both:

$(this).attr('value', $(this).val());

as well as….

$(this).val($(this).val());

Neither of these actually change the value="" attribute of the input, which is what is used when a form is reset. The problem is that if someone saves a form (via AJAX), then again edits it and presses reset (w/out saving this time), it will go back to the original values the page loaded with, NOT the values last saved with, which is what I’m trying to get. I know there are ways around this (store in local variables or something), but a jQuery solution would be much better. Any ideas??

  • 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-12T19:02:07+00:00Added an answer on May 12, 2026 at 7:02 pm

    when you are doing something like this:

    $(this).val($(this).val());
    

    it really translates as:

    var temp = $(this).val());
    $(this).val(temp);
    

    So in essence, its just putting the same value back in.

    What you will want to do is on the document load or the AJAX request, store the value in a variable and then retrieve it when the form is reset.

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

Sidebar

Related Questions

I'm trying to reset some input text fields, inside of a data table, using
I m trying write code that after reset set up rrpmax as 3000. It
I have a simple form with one input. The page is located here: Actual
i'm trying to add input dynamicly for this I take the actual HTML of
I'm trying to get a general smooth scrolling mechanism that I can implement in
I am trying to reset the UIPickerView on button click. My pickerview id is
I am trying to reset an array of JLabels. There are images on the
I have 2 dropdown lists on my webform and using jquery trying to filter/reset
I'm trying to use the form_for reset button: <%= button_tag 'Reset', :type => 'reset'
I'm trying to understand the mechanics of creating a password reset functionality for a

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.