Making the Tab Key work with JEditable Fields

Recently I was asked to solve a problem someone was having with JEditable. There were several fields on the page that existed as double-clickable text, which could then edited. The problem was, the tab key would not move between the fields. The first step of course was to build a simple test environment: a page […]