diff options
Diffstat (limited to '')
-rw-r--r-- | content/post/2008-10-12-arrow-key-navigation-for-text-fields.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/post/2008-10-12-arrow-key-navigation-for-text-fields.markdown b/content/post/2008-10-12-arrow-key-navigation-for-text-fields.markdown index fd00b09..930b0a6 100644 --- a/content/post/2008-10-12-arrow-key-navigation-for-text-fields.markdown +++ b/content/post/2008-10-12-arrow-key-navigation-for-text-fields.markdown @@ -11,6 +11,9 @@ tags: Here is a class for enabling the use of arrow keys to navigate through a grid of input fields: (using mootools) +<!--more--> + + ```javascript var FocusMover = new Class({ |