[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-18 Thread Mario Moura
Hi Folks I was thinking but If the list have hundreds of itens? We could create a Pager -- 1 | 2 | 3 | 4 ... --- -- ... 5 | 6 | 7 | 8 ... --- in the botton of each letter and limit each list with a user's argument for example 10 itens or 100 itens Just an Idea Regards Mario 2007/5/13,

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-13 Thread Sam Collett
On May 13, 2:10 am, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: Thanks Mario, I put it up in the plugins directory of the svn.http://jqueryjs.googlecode.com/svn/trunk/plugins/letters/ Instead of html() perhaps text() would be better as it wouldn't work as expected when there is a list item like this:

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-13 Thread Ⓙⓐⓚⓔ
Good catch Sam, it's been updated over at google. http://jqueryjs.googlecode.com/svn/trunk/plugins/letters/ On 5/13/07, Sam Collett [EMAIL PROTECTED] wrote: On May 13, 2:10 am, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: Thanks Mario, I put it up in the plugins directory of the svn

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-13 Thread Mario Moura
Hi If the list have an anchor tag a href=srcJake/a letters.js cant work The result will be A to all itens. My hunch is A from a Regards Mario 2007/5/13, Ⓙⓐⓚⓔ [EMAIL PROTECTED]: Good catch Sam, it's been updated over at google.

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-13 Thread Mario Moura
Ok. Done with: var lis = $('ul/a').siblings() I dont know if is the best way but is working. Thanks again Jake. Regards Mario 2007/5/13, Mario Moura [EMAIL PROTECTED]: Hi If the list have an anchor tag a href=srcJake/a letters.js cant work The result will be A to all itens. My hunch is

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-12 Thread Mario Moura
Amazing, Thanks a lot, should be in Jquery Plugins page, Regards Mario 2007/5/12, Ⓙⓐⓚⓔ [EMAIL PROTECTED]: thanks Bill, Like any piece of new code, there are bound to be bugs... click works better here than toggle, so : ?xml version= 1.0 encoding=utf-8 ? !DOCTYPE html PUBLIC -//W3C//DTD

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-12 Thread Ⓙⓐⓚⓔ
Thanks Mario, I put it up in the plugins directory of the svn. http://jqueryjs.googlecode.com/svn/trunk/plugins/letters/ On 5/12/07, Mario Moura [EMAIL PROTECTED] wrote: Amazing, Thanks a lot, should be in Jquery Plugins page, Regards Mario 2007/5/12, Ⓙⓐⓚⓔ [EMAIL PROTECTED]: thanks

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Andy Matthews
liduncan/li _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Friday, May 11, 2007 4:18 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Suggestion - A | B | C | - Navigation container This code gives you an arrary containing the first

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Ⓙⓐⓚⓔ
As a plug in: ?xml version=1.0 encoding=utf-8 ? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd; html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en head title letters /title script type=text/javascript

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Bil Corry
Ⓙⓐⓚⓔ wrote on 5/11/2007 5:06 PM: As a plug in: Very cool, thanks for sharing! - Bil

[jQuery] Re: Suggestion - A | B | C | - Navigation container

2007-05-11 Thread Ⓙⓐⓚⓔ
thanks Bill, Like any piece of new code, there are bound to be bugs... click works better here than toggle, so : ?xml version=1.0 encoding=utf-8 ? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.1//EN http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd; html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en