[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-02 Thread Alexandre Plennevaux
very nice ! http://www.pixeline.be/blog/2008/listnav-jquery-plugin-_-really-nice-ui/ On Thu, Oct 2, 2008 at 9:52 PM, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > Hi All, > > Today we released our first jQuery plugin, which provides an easy way to > add alphabet-based navigation to an

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-02 Thread emichaellb
This is quite nice. thanks. btw, your linked page is untitled. emichael brandt

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-02 Thread Josh Nathanson
Yeah, really nicely done...I'll definitely use that if I ever have need for it. -- Josh - Original Message - From: Jack Killpatrick To: jquery-en@googlegroups.com Sent: Thursday, October 02, 2008 12:52 PM Subject: [jQuery] ANNOUNCE: jQuery listnav plugin Hi All, Today

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-02 Thread Jack Killpatrick
Thanks, glad you like it and thanks for pointing out the lack of title on the page. I took care of that. :-) - Jack emichaellb wrote: This is quite nice. thanks. btw, your linked page is untitled. emichael brandt

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-02 Thread Jack Killpatrick
Thanks Alexandre. I wondered how long it would take for someone to extract the demo url from the modal window and post it bare :-) ... I guess it's time for me to add a link to that to take folks back to the main info page. Thanks for the writeup! - Jack Alexandre Plennevaux wrote: v

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-03 Thread Ettiene
Excellent stuff man! I'm already busy using it hehe Ettiene On Oct 3, 12:39 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > arf, well, search engines would link to it directly in any case. So better > indeed put a link back to the main project page :) > > LAb[au] _ *lab*oratory for *a*rc

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-03 Thread Alexandre Plennevaux
arf, well, search engines would link to it directly in any case. So better indeed put a link back to the main project page :) LAb[au] _ *lab*oratory for *a*rchitecture and *u*rbanism Alexandre Plennevaux Lakensestraat 104 Rue de Laeken Brussel 1000 Bruxelles België _ Belgique _ Belgium tel: +3

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-04 Thread Steve Davis
Nice job :) On Oct 2, 2:52 pm, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > Hi All, > Today we released our first jQuery plugin, which provides an easy way to add > alphabet-based navigation to any UL or OL list. Here's a link to our > announcement blog > entry:http://blogs.ihwy.com/dev/post/

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-06 Thread Jack Killpatrick
Hi Ettiene, how'd using it go for you? Thanks to everyone else for the initial feedback. I'm interested to hear if anyone has implemented it anywhere. ? - Jack Ettiene wrote: Excellent stuff man! I'm already busy using it hehe Ettiene

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-07 Thread craig.kaminsky
Hi, Jack, I have just tried it out on a site. It works pretty darn well. We've noticed two things thus far: 1. The "count" for each letter and the total is off. For example, this page (http://www.experiencecoloradosprings.com/index.cfm/go/ecs.pages/ id/86/title/Hotels,%20Lodging,%20Accommodations

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-07 Thread Jacques PYRAT
Great ! Could you do the same for definition lists (dl, dt, dd). It would be great for http://www.pyrat.net/@sigles.html And does listnav handle EÉÈÊEeéèêë ? Regards

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-07 Thread rolfsf
craig - I notice that the Location: X and Category: Y content are both lists/list items. I haven't looked at the script, but I suspect it may be hiding and counting those - you're problem with both the high count and the disappearing content is the same problem. It's counting Category in the "C" c

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-07 Thread ricardobeat
Also you should validate your page, it's throwing dozens of markup errors, invalid attributes, uppercase tags, invalid nestings etc. Not to say it is the cause, but invalid markup can affect the DOM tree. - ricardo On Oct 7, 2:29 pm, rolfsf <[EMAIL PROTECTED]> wrote: > craig - I notice that the

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-07 Thread Jack Killpatrick
:-) wish I'd read this posting before finding the root cause myself. You were spot-on, rolfsf: the nested lists (which happen to have LI's that started with C and L) were getting included. Thanks. - Jack rolfsf wrote: craig - I notice that the Location: X and Category: Y content are both

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-07 Thread Jack Killpatrick
Hi Craig, Very nice usage of the plugin on your site! Great to see it in action. Thanks for the feedback, too. I found the root cause of the issue (well, I'm pretty sure I did :-) and posted a fix on our site. Grab the 1.0.1 version: http://www.ihwy.com/labs/jquery-listnav-plugin.aspx The i

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-07 Thread Jack Killpatrick
It works off of a letter list: var letters = ['A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']; Which also helps make the letters a "known quantity" and allows for "disabled" letters. Alternatively, it could figure out what letters are

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-08 Thread Jack Killpatrick
(I sent this to the group a few hours ago, but it hasn't shown up yet, so resending... apologies if it ends up being a dupe). Hi Craig, Very nice usage of the plugin on your site! Great to see it in action. Thanks for the feedback, too. I found the root cause of the issue (well, I'm pretty s

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-08 Thread craig.kaminsky
Hi, Jack, Wasn't sure if my reply via Gmail would show up here, so wanted to post (sorry if duplicated): Thank you, again, for the plugin and the quick fix, so to speak. I uploaded the 1.0.1 version to the site and it's working very, very well right now. The overall count (under all) is off by 1-

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-08 Thread Jack Killpatrick
Hi Craig, Glad to hear that fix worked, thanks for letting me know about the issue. RE: the counts... have you noticed a pattern or can you show me a couple examples? I'm wondering if maybe it has to do with your overall list having some items that start with numbers instead of letters. ? -