Very kewl, but any tips on getting the key up / key down navigation hooked up as well?
On Feb 16, 10:02 am, George <[EMAIL PROTECTED]> wrote: > > jQuery being what it is, there's bound to be a way of doing > > this in one line, though :) > > $(this).addClass("highlight").siblings().removeClass("highlight") > > ...that saves a document wide search for $(".section") > > Geoge