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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T19:23:43+00:00 2026-06-02T19:23:43+00:00

I have a textbox in my html body: input type=text id=text-input I am using

  • 0

I have a textbox in my html body: input type="text" id="text-input"

I am using this to bring it into focus when the user presses enter:

<script>
    $(document).keypress(function(e) {
        if(e.keyCode == 13) {
            $("#text-input").focus();
        }
    });
</script>

The webpage I am using to try it out has only the text box in it. When I click on a blank area, and press enter, the “|” prompt will be misaligned downwards. If I repeat this clicking and pressing enter, the “|”, which is supposed to be in the textbox, keeps moving down more and more.

What went wrong?

  • 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-02T19:23:44+00:00Added an answer on June 2, 2026 at 7:23 pm

    Try using keyup instead of keypress

    $(document).keyup(function(e) {
        if(e.keyCode == 13) {
            $("#text-input").focus();
        }
    });​
    

    Example: keypress and keyup

    Tested in chrome and results are different.

    Note: keypress=(keydown and keyup 2 events). May be this is the issue but not sure.

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

Sidebar

Related Questions

I have the following html: <html> <body> <form runat=server> Name: <input type=text name=name />
I have this piece of simple code. <html> <head> <script type=text/javascript> function changeText() {
So i have this code: <html> <head> <title>Form</title> <script type=text/javascript> function showConfirmationDialog() { var
In my view I have the following code: @using (Html.BeginForm()) { @Html.TextBox(Date2, Model.Date2) <br/>
Hi I have something like this in my code : ` <div>Room:@Html.TextBox(RoomID)</div> <div>Nume:@Html.TextBox(FirstName)</div> <div>Prenume:@Html.TextBox(LastName)</div>
I have this html page which is very simple, it contains a text box
I have this code for Form Submit.. <input type=submit runat=server id=buttonSubmit value=Add style=width:100px; />
I have a normal textbox, and a lightbox with a text input. I want
I have a HTML textbox, I restrict from special characters being entered. But when
I have a rich html textbox on my asp.net mvc application. The rich html

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.