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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:12:01+00:00 2026-05-26T09:12:01+00:00

My jEditables work fine as long as the user hits ENTER to leave the

  • 0

My jEditables work fine as long as the user hits ENTER to leave the input. If the user hits TAB, however, the changes are not posted. This is the correct and documented behavior.

I’d like TAB to work just as ENTER does. I don’t need to affect any other jEditables, just get the currently active one to post back as if ENTER had been hit.

Is there any way to do this short of binding an keydown handler to the jEditable controls?

If I do have to provide a keydown handler, is there any way to programmatically tell a jEditable control to post itself without extracting the id and value from the control?

  • 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-26T09:12:02+00:00Added an answer on May 26, 2026 at 9:12 am

    You could bind a click event after .editable(), so it is triggered after the jEditable’s event, which set up the form. Then bind a keydown event to the text box that listens to the TAB key. So, assuming you’re dealing with a text box, you can do something like the following:

    $('.editable').editable('url', {
        ...
    }).click(function(evt) {
        $(this).find('input').keydown(function(event) {
            if (event.which == 9) //'TAB'
                $(this).closest('form').submit();
        });
    });
    

    See this in action: http://jsfiddle.net/william/6VUHh/5/.

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

Sidebar

Related Questions

When the user clicks on the div, jeditable will make a text box. However,
Using Flask Flask-sqlalchemy Sqlalchemy Jquery Datatables (jquery plugin) Jeditable (jquery plugin) Consider this user
jeditable settings $('.editable').editable('includes/notes/save.php', { loadurl : 'includes/notes/load.php?id=' + $(this).find(div).prop(id),//undefined child ID type : 'text',
I am using the Jeditable JQuery plugin to make edit in place changes to
I'm trying to make Jeditable works on new elements created using this jquery file
I know this is possible on a regular form field (as well as simple).
I'm trying to connect assetic with Twig (on Zend). It seems to work ok
Alright totally new to jeditable, Say I have some <div> 's and <input type='hidden'
maybe I'm just not smart enough. I started working with jeditable and it works
I'm submitting data using the jQuery plugin 'Jeditable' and that part is working fine.

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.