[jQuery] Re: Trying to grasp basics of scrolling a TBODY

2008-11-05 Thread Jeffrey Kretz
Cool, Glad you got it sorted out. JK From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Downs Sent: Wednesday, November 05, 2008 5:06 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Trying to grasp basics of scrolling a TBODY Jeffrey Kretz wrote

[jQuery] Re: Trying to grasp basics of scrolling a TBODY

2008-11-05 Thread Kenneth Downs
R, otherwise I would scroll to the top of it and it would still be invisible :) JK *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Kenneth Downs *Sent:* Sunday, November 02, 2008 3:58 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: Trying to

[jQuery] Re: Trying to grasp basics of scrolling a TBODY

2008-11-02 Thread Jeffrey Kretz
om [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Downs Sent: Sunday, November 02, 2008 3:58 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Trying to grasp basics of scrolling a TBODY Dan Switzer wrote: Ken, I'm trying to grasp the basics of scrolling to a particular row in

[jQuery] Re: Trying to grasp basics of scrolling a TBODY

2008-11-02 Thread Kenneth Downs
Dan Switzer wrote: Ken, I'm trying to grasp the basics of scrolling to a particular row in a TABLE. Let's say you've got a TABLE, with a TBODY that has a fixed height and overflow: scroll. It appears I ought to be able to use core functions like offset() and scrollTop(

[jQuery] Re: Trying to grasp basics of scrolling a TBODY

2008-11-02 Thread Dan Switzer
Ken, I'm trying to grasp the basics of scrolling to a particular row in a > TABLE. > > Let's say you've got a TABLE, with a TBODY that has a fixed height and > overflow: scroll. > > It appears I ought to be able to use core functions like offset() and > scrollTop() to work out where a row is and