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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T04:23:21+00:00 2026-05-21T04:23:21+00:00

I would like to move a DOM element once the right arrow key is

  • 0

I would like to move a DOM element once the right arrow key is pressed.

The distance the element moves should be directly proportional to the length of the right arrow keypress.

I was thinking that perhaps I could use this jQuery plugin to find out when the right arrow key is being pressed down, and then add a certain value to the element’s left css value to make it seem like it’s being moved.

However, I don’t know exactly how to make this work. Is it better not to use the plugin and just use the jQuery’s methods involved with keystrokes? I just need some help finding out the easiest and most effective way to accomplish this.

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-21T04:23:22+00:00Added an answer on May 21, 2026 at 4:23 am

    May be something like this using only jquery where the div you want to move has ID=”d”

    $("body").keydown(function(e) {
        var offset = 5;
        if(e.keyCode == '39') {
            var pos = $("#d").position();
            $("#d").css('left', pos.left + offset);
        }
        else if(e.keyCode == '37') {
            var pos = $("#d").position();
            $("#d").css('left',pos.left - offset);
        }
    });
    

    Note that the div has to have

     position:absolute;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to move one DIV element inside another. For example, I want
I would like to move a div with my arrow keys using jQuery. So
I would like to move a file or folder from one place to another
I would like to move data back and fourth between clojure applications. Application settings
I would like to move some files around in Visual Studio. But I see
I would like to move an imageView contained on a cell and it works
Our team would like to move from the Visual SourceSafe (VSS) to the Team
I have two XmlDocuments and I would like to move an XmlNode selected from
I'm using a ContentPlaceHolder and would like to move the onload=Carousel() from the body
I have a Pylons app where I would like to move some of the

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.