[jQuery] Re: listnav related - DL

2009-02-26 Thread MauiMan2
Thanks, Jack. When it is ready I will be ready to implement it. I have no other deadline than that so work at your own pace.

[jQuery] Re: listnav related - DL

2009-02-26 Thread Jack Killpatrick
I think I have a way to make this work. Will mess with it some time in the next few days and let you know. I'm prepping the new release (for probably early next week). Thanks, Jack MauiMan2 wrote: So, the presence of the DD is what makes it difficult?

[jQuery] Re: listnav related - DL

2009-02-24 Thread MauiMan2
So, the presence of the DD is what makes it difficult?

[jQuery] Re: listnav related - DL

2009-02-24 Thread Jack Killpatrick
I started working on a version that will work on any child elements. For example: A item B item Some stuff under the B item C item That would result in nav items for A, B and C, but would not handle a case, because is not nested inside of (ie: the 's are also child element

[jQuery] Re: listnav related - DL

2009-02-18 Thread MauiMan2
Yes, you've got the right idea. I have the very rudimentary beginnings of my glossary here: http://www.usmexfood.com/ And the code for it so far: Glossary Burrito

[jQuery] Re: listnav related - DL

2009-02-18 Thread Jack Killpatrick
Hi, Paste in a snippet of HTML (for your DT/DD content) and I'll see what I can do. I'm working on a new rev of listnav this week. Can't make any promises, but having a snippet will ensure that as I think through this release I'll be keeping in mind exactly what you're looking for. It sound

[jQuery] Re: listnav related - DL

2009-02-16 Thread MauiMan2
Basically it's going to be for a glossary. It'll be a food-related one with a lot of terms related to a particular kind of ethnic food and there'll be enough terms (and therefore numerous DT/DD pairs) that breaking it down would be very helpful but at the same time it only needs to be contained wi

[jQuery] Re: listnav related - DL

2009-02-16 Thread Jack Killpatrick
Hi, Yes, the plugin is geared towards UL and OL lists and relies on a LI selector to work. You have that correct. Can you give me an example of what you'd like to do with a definition list (HTML sample and description of what you'd want the end result to be like)? Thanks, Jack MauiMan2 w