[jQuery] Re: listnav plugin

2009-04-07 Thread Kizzle
hi...sorry, but i'm still having issues with this. i'm getting an error in javascript. missing ( before formal parameters [Break on this error] $(document).ready(function {\n so i'm wondering if this is the problem. I have this code at the beginning of the document (tried it in the head and

[jQuery] Re: listnav plugin

2009-04-07 Thread Jack Killpatrick
Hi, change that block to this and give it a try: script type=text/javascript $(document).ready(function (){ $('#myList').listnav(); }); /script - Jack Kizzle wrote: hi...sorry, but i'm still having issues with this. i'm getting an error in javascript. missing ( before formal

[jQuery] Re: listnav plugin

2009-04-07 Thread Kizzle
IT WORKS! i'm so excited. thank you! On Apr 7, 12:23 pm, Jack Killpatrick j...@ihwy.com wrote: Hi, change that block to this and give it a try:  script type=text/javascript $(document).ready(function (){        $('#myList').listnav();}); /script - Jack Kizzle wrote: hi...sorry,

[jQuery] Re: listnav plugin

2009-04-02 Thread Kizzle
I ran it through the validator and no errors that would cause that. I feel like I am missing something simple. anyone have any suggestions? On Mar 26, 2:28 pm, Jack Killpatrick j...@ihwy.com wrote: Something is causing your glossary-nav span to be hidden in the HTML (and also not found by

[jQuery] Re: listnav plugin

2009-04-02 Thread Kizzle
what do you mean hidden in the html? how do you call up the function and connect it to the list? I'm trying to understand how this works so i can see where it is faulting. thanks for your help! On Apr 2, 9:56 am, Kizzle kristy...@gmail.com wrote: I ran it through the validator and no errors

[jQuery] Re: listnav plugin

2009-04-02 Thread Jack Killpatrick
The other day if I looked at the rendered HTML using Firebug, the span that you were using was not being displayed (it was hidden on the page), but I just looked again and that's not happening now. I ran it through a validator and got a message that the id home is used more than once (once in

[jQuery] Re: listnav plugin

2009-03-26 Thread Jack Killpatrick
Something is causing your glossary-nav span to be hidden in the HTML (and also not found by the listnav plugin). Try running the HTML through a validator. I tried seeing what was causing the span to be hidden, using Firebug, but didn't immediately see the cause. - Jack kristy...@gmail.com

[jQuery] Re: listnav plugin

2008-12-03 Thread Alexsandro_xpt
My examples is about add itens on the list in run-time, xhr, delete in run-time, events onadd, ondelete. Things like that above. On Dec 2, 4:29 pm, Jack Killpatrick [EMAIL PROTECTED] wrote: Alexsandro, can you give me a few examples, so I can be sure I understand what you're looking for?

[jQuery] Re: listnav plugin

2008-12-03 Thread Jack Killpatrick
I've got a rev almost ready with an onClick (of the nav strip) event handler option and some options for handling numbers. Your event-oriented suggestions are good, I'm thinking about them. Re: xhr, can you elaborate a bit on what you'd be looking for? Thanks, Jack Alexsandro_xpt wrote:

[jQuery] Re: listnav plugin mod

2008-12-02 Thread Jack Killpatrick
Hi, Have you made any progress on this? If not, I might be able to look into it some time tonight. Offhand, if you just want a 0-9 and not a nav item for each number, I think the code will need to be modified so that the search that adds the single letter classes to each LI will add another

[jQuery] Re: listnav plugin

2008-12-02 Thread Jack Killpatrick
Alexsandro, can you give me a few examples, so I can be sure I understand what you're looking for? Thanks, Jack Alexsandro_xpt wrote: Hello all, I would like to add somes methods like refresh/add/remove item from list too. Thz. On 1 dez, 05:04, idgcorp [EMAIL PROTECTED] wrote:

[jQuery] Re: listnav plugin

2008-12-02 Thread Jack Killpatrick
What's the workaround you came up with? It might give me some ideas on how best to approach baking something into the plugin. Thanks, Jack idgcorp wrote: Hi Jack, thanks for the reply, yes Im just adding/removing via jq Ive created a workaround that solves this one for me. Also I just

[jQuery] Re: listnav plugin

2008-12-02 Thread idgcorp
Im afraid that my solution only really applies to my app, Ive just figured a way to incorporate the lack of functionality of the plugin to appear as a feature in my app. My solution adds a new li (which shows in the list regardless of which letter is selected) with some additional information

[jQuery] Re: listnav plugin mod

2008-12-02 Thread idgcorp
Thats actually a good concept. Im pretty new to jq (not to js) so I will try to take a stab at it, but feel free to trump me with your actual solution, haha. On Dec 2, 1:27 pm, Jack Killpatrick [EMAIL PROTECTED] wrote: Hi, Have you made any progress on this? If not, I might be able to look

[jQuery] Re: listnav plugin

2008-12-01 Thread Alexsandro_xpt
Hello all, I would like to add somes methods like refresh/add/remove item from list too. Thz. On 1 dez, 05:04, idgcorp [EMAIL PROTECTED] wrote: Hi Jack, thanks for the reply, yes Im just adding/removing via jq Ive created a workaround that solves this one for me. Also I just posted

[jQuery] Re: listnav plugin

2008-11-30 Thread idgcorp
Hi Jack, thanks for the reply, yes Im just adding/removing via jq Ive created a workaround that solves this one for me. Also I just posted another question, I would love to get this new one solved its driving me nuts!

[jQuery] Re: listnav plugin

2008-11-26 Thread Jack Killpatrick
Glad you like the plugin. Can you give me a little more about your use case so I'm sure I know what you're asking for? IE, are you just adding/removing LI's? - Jack idgcorp wrote: I have implemented this awesome plugin with great success and would like to know if its possible to refresh