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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T17:15:10+00:00 2026-06-05T17:15:10+00:00

$(document).keydown(function(e){ if (e.keyCode == 37) { return false; } }); $(.direction).click(function() { var direction

  • 0
    $(document).keydown(function(e){
        if (e.keyCode == 37) { 
            return false;
        }
    });

    $(".direction").click(function() {
        var direction = $(this).text();

When I click on a button with .direction class the second function above is called. When the left key is pressed I want to call the $(".direction").click(function() { But with a value (Instead of the var direction = $(this).text(); part) It would be var direction = value passed to function;

How can I do that?

  • 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-05T17:15:12+00:00Added an answer on June 5, 2026 at 5:15 pm

    Add another function that is used by both methods:

    $(document).keydown(function(e){
         if (e.keyCode == 37) { 
              move("left");
         }
    });
    
    $(".direction").click(function() {
         move($(this).text());
    });
    
    function move(newDirection)
    {
         var direction = newDirection;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

$(document).keydown(function (event) { if(event.keyCode==38 || event.keyCode==40) { var row; if(event.keyCode==40) row=$(row_selected).next(); if(event.keyCode==38) row=$(row_selected).prev(); if(row.length==0)
$(#right).click(function(){ $(.block).animate({left: +=500px}, slow); }); $(#left).click(function(){ $(.block).animate({left: -=50px}, slow); }); //Control $(document).keydown(function(e){ if (e.keyCode
I have 2 keydown handlers: $(document).bind('keydown', function(e) { if (e.keyCode == 75) { //
I'm this code embed my js file for win key close. This codes: jQuery(document).keydown(function(e){
document.getElementById('container').addEventListener('copy',beforecopy,false ); In Chrome / Safari, the above will run the "beforecopy" function when
jQuery(document).ready(function($) { $('input[type="text"]').live('focus', function() { if (this.value == 'someValue') { this.select(); } }); });
$(document).keydown(function (e) { if (e.keyCode == 83 && (navigator.platform.match(Mac) ? e.metaKey : e.ctrlKey)) {
I've got this Prototype code to detect Enter pressing in textarea. document.observe('keydown', function(e, el)
I am using something like this: jQuery(document).keydown(function(e){ // code } For switching photos in
$(document).bind(keydown,function(e){ e.preventDefault(); $(#show-all-win).animate({ scrollLeft: $(.key_+e.keyCode).position().left }, 800); })

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.