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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T17:09:43+00:00 2026-06-18T17:09:43+00:00

I have a HTML input field, lets say <input type=text maxlength=50 size=50 name=subject id=subject>

  • 0

I have a HTML input field, lets say

<input type="text" maxlength="50" size="50" name="subject" id="subject">

I need to trigger a function on every 3 charachters entered.

For example:

If user enters “aaa” – trigger an event, the he continues to enter “aaa bbb” – trigger event again, etc.

But spaces should not be counted.

I need this to post value of the field to external API – to do searching.

Has anybody done this before?

Please help.

  • 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-06-18T17:09:44+00:00Added an answer on June 18, 2026 at 5:09 pm

    try something like this. Bind an event handler to input on page load

    $(function(){
    
        $("#subject").change(function(){
    
             var val = $(this).val().trim();
             val = val.replace(/\s+/g, '');
    
             if(val.length % 3 == 0) { //for checking 3 characters
                   //your logic here
             }
    
        });      
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need some advice, I have a simple html input type text field: <p><input
Let's say you have a HTML form: <form> <input name = in1 id=in1 type=text
I have html similar to this <input class=rowinput type=text id=text_input_1 size=1 value=3> <input class=rowinput
Newbie question... The objective: I intend to have an HTML text input field as
I have a HTML hidden field: <input type=hidden title=aaa value=bbb id=TAB runat=server /> I
I have a form with different html input fields... 1) <input type=text> 2) <textarea></textarea>
I have HTML like this: <input type=radio name=type value=FL checked=checked />Fixed <input type=radio name=type
I have m2m field, lets say it have name 'relations', so i want to
I have an input field in a form - lets say: <form action=/subscribe> <input
Let's say I have an HTML like this: <html> <form> <input type=button id=Signature8 pdfFieldName=Signature8

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.