JSFiddle

Miklós's public fiddles

  • Catch ENTER key to behave like TAB

    There was a lot of solution suggestion on the net but none solved my problem with IE which had problem when input text field was followed by non text input field (like checkbox) and the text in the field was selected. In this case without adding an empty selectionRange the selection highlight stayed even when other input had focus. That is why I have created this full working example.