From 3d98eee4f2da4fecff7ce41bfe66a6b40eb2fc43 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Tue, 6 Nov 2018 15:26:21 -0500 Subject: fix post teasers --- content/post/2008-10-11-tabbing-through-fields-vertically.markdown | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/post/2008-10-11-tabbing-through-fields-vertically.markdown') diff --git a/content/post/2008-10-11-tabbing-through-fields-vertically.markdown b/content/post/2008-10-11-tabbing-through-fields-vertically.markdown index 2ca859d..7b72484 100644 --- a/content/post/2008-10-11-tabbing-through-fields-vertically.markdown +++ b/content/post/2008-10-11-tabbing-through-fields-vertically.markdown @@ -11,6 +11,8 @@ tags: Sometimes it’s useful to switch the browser’s default tabbing behavior (left to right) to the opposite (top to bottom) when your input fields are in a grid layout instead the of the usual single column layout. Having to do this manually is a real pain, especially for large grids; So here is a solution in javascript, using mootools: + + ```javascript window.addEvent('domready', function(){ var trs = $$('#mytable tr') -- cgit v1.2.3