[jQuery] Re: Updated plugin: jqTOC -- table of contents

2007-04-16 Thread DaveG
Joel Birch wrote: This looks awesome Dave. I like that it is a more "finished" product than my plugin so there is less left to the developer to do to get it working and looking great. Not so sure about more finished, but thanks. You code helped a lot, but much of it was beyond my current under

[jQuery] Re: Updated plugin: jqTOC -- table of contents

2007-04-16 Thread DaveG
It might be nice to have an "autohide" type behavior after x seconds on that Content menu. Basically a delay on closing after clicking? Not sure that would be to intuitive. A delay on closing after mouse out might make sense though. I was considering triggering on mouse over, so that might w

[jQuery] Re: Updated plugin: jqTOC -- table of contents

2007-04-16 Thread DaveG
The other thing I need to fix is IE6 support for fixed positioning. IE6 now works, and 5 *should* work.

[jQuery] Re: Updated plugin: jqTOC -- table of contents

2007-04-16 Thread DaveG
The only other (and extremely minor) thing I could think of, as far as feedback for you, is the situation where the browser's viewport height is less than the content ment's height. If that happens there is no way to get to the "bottom" of the menu. I'm not sure of the best way to remedy that

[jQuery] Re: Updated plugin: jqTOC -- table of contents

2007-04-16 Thread [EMAIL PROTECTED]
Dave, Thanks for the consideration on the select->close option. The only other (and extremely minor) thing I could think of, as far as feedback for you, is the situation where the browser's viewport height is less than the content ment's height. If that happens there is no way to get to the "b

[jQuery] Re: Updated plugin: jqTOC -- table of contents

2007-04-16 Thread Andy Matthews
groups.com Subject: [jQuery] Re: Updated plugin: jqTOC -- table of contents > Very nice work. And kudos on a nice, working demo. I always > appreciate when I can see something cool in action and immediately > start thinking about where I could put it to use. Thanks -- glad it's r

[jQuery] Re: Updated plugin: jqTOC -- table of contents

2007-04-16 Thread DaveG
> Very nice work. And kudos on a nice, working demo. I always > appreciate when I can see something cool in action and immediately > start thinking about where I could put it to use. Thanks -- glad it's readable. > Suggestions: (I know it is trivial to hack the script manually, > but ...) A

[jQuery] Re: Updated plugin: jqTOC -- table of contents

2007-04-16 Thread [EMAIL PROTECTED]
Dave, Very nice work. And kudos on a nice, working demo. I always appreciate when I can see something cool in action and immediately start thinking about where I could put it to use. Suggestions: (I know it is trivial to hack the script manually, but ...) Add a parameter to close the content

[jQuery] Re: Updated plugin: jqTOC -- table of contents

2007-04-15 Thread Joel Birch
On 16/04/2007, at 1:19 PM, DaveG wrote: I've updated the existing plugin to work with the latest version of jQuery. In addition to being more compact, the code now: - uses fixed positioning - parameterized starting and ending header levels - parameterized TOC container Code and example is