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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T23:35:01+00:00 2026-05-28T23:35:01+00:00

Is there is any way to detect text box value changed , whether users

  • 0

Is there is any way to detect text box value changed , whether users changes it explicitly or some java script code modified the text box? I need to detect this change.

  • 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-28T23:35:01+00:00Added an answer on May 28, 2026 at 11:35 pm

    To track for user changes you can add a handler for key presses:

    $(selector).keypress(function() {
        // your code
    });
    

    Update: besides watching for key presses,
    you can use the change function to watch from changes via JavaScript
    . It won’t work immediatly for user changes (is only called after the input loses focus), but together with the keypress I believe you cover all cases:

    $(selector).change(function() {
        // the same code
    });
    
    setTimeout(function() { $(selector).val("changed"); }, 2000); // Will trigger the change
    

    Edit: sorry, it seemed to work for JavaScript too, but I was mistaken… This question, however, will be able to solve your problem (tested with setTimeout, and it was able to detect the change).

    I posted an example in jsFiddle. With this new watch plugin, you no longer need keypress or change: it will work for key typing, copy/pasting, JavaScript, etc.

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

Sidebar

Related Questions

Is there any way to detect a change in the Text property of a
Is there any way to detect whether an android phone is in sleep mode
Is there any way to detect text wrapping in a textarea?
Is there any way to detect if the iPhone wakes up from sleep while
Is there any way to detect when an app is no longer active? That
Is there any way to detect which windows XP theme is in use? I
is there any way to detect device with xcode ? i mean when my
Is there any way I can detect when my page has been set as
Is there any way that I can detect browser type on routing and use
Is there a way to detect if a flash movie contains any sound or

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.