Re: [jQuery] Listmenu Question: Number of returned lines...

2010-01-14 Thread Jack Killpatrick
Each browser performs differently, because of how the plugin takes the original set of DOM nodes (list items, usually) and moves them around in the DOM. Basically, IE6 sux wind, but IE7+ is OK. Safari and Chrome seemed to be the fastest in my not-so-scientific tests. Firefox 3+ was OK. I didn'

[jQuery] Listmenu Question: Number of returned lines...

2010-01-14 Thread Workingman
Is there a limit to the number of lines that the menu can handle. Meaning if I give it 1500 or so names of "products" that I would like it to filter and display under the associated letter or number. As an "ancillary" question is there a way to "exclude" prefixes that would mean that they would "n

[jQuery] iHwy jQuery ListMenu Plugin Demos, slowing it down a little

2009-11-18 Thread Gerrit Kuilder
HI All, I'm hoping somebody can give me some pointers. I am using the above mentioned plug in (http://www.ihwy.com/Labs/demos/current/jquery-listmenu-plugin.aspx). As such it is working fine but I would like to slow some actions down a little I have modified the css so that the lis

[jQuery] listmenu submenu (dis)appearing too quickly, will hoverintent help?

2009-11-02 Thread gerkuil
Hi all I am using the jquery listmenu (http://www.ihwy.com/labs/jquery- listmenu-plugin.aspx) and I like it, the only issue I have is that the submenu appears and disappears too fast. I believe it should be possible that with using hoverintent.js the reaction to mouse over and mouse out actions

[jQuery] listmenu

2009-10-23 Thread Rsolve
hi, first of all, great plugin is it possible to make lm-wrapper not disappear on mouseout ? it would be just what i need. Thanks

[jQuery] listmenu

2009-08-13 Thread Paul Speranza
I have 2 questions. 1) When the list is shown and I click an item is there a way to hide the list or do I have to wait until the user moves their mouse off of it. 2) If I add or remove items from the UL that contains the items will this be reflected in the menu? Thanks Paul Speranza

[jQuery] Listmenu - tips for making it faster in IE

2009-08-12 Thread Anoop kumar V
I am using listmenu and it works fantastically well... except only on firefox. On IE 7 it is quite slow, the lag is very noticeable - the menu appears after about 6-7 seconds and the counts come much later after about 8-10 seconds. Since this is an intranet app, I need to ensure that IE 7 works ve

[jQuery] listmenu

2009-08-10 Thread Paul Speranza
This may not be a bug in the jQuery List menu widget but if it saves someone the time it took me to figure it out or the author has an idea of how to handle this then it is worth it. If the items begin with a comma - ", Paul" - it causes the columns in the result to not be created in IE 7 and the

[jQuery] listmenu

2009-06-20 Thread robin30
hi all, i'm trying to implement the listmenu in my website. I'm able to populate the listmenu with items from my database. Now my question is how to i get the text when a link is clicked. for example, in the letter C there are 2 things for example Coffee and Cafe. how do i get the value Coffee

[jQuery] listmenu

2009-06-20 Thread robin30
hi all, i love the listmenu plugin. just have a question. i'm getting a list from my database. for example under "C" there's "Coffee" and "Cafe". how can i when i click for example on "Coffee" that alerts "you clicked on Coffee" or when i click on "Cafe", "you clicked on Cafe". thanks in advan

[jQuery] listmenu plugin: non-ascii characters

2009-06-08 Thread Dave
Hi In the example below there are non ascii characters, and as it is now listmenu just ignores them. Maybe a solution could be to collect them under a "#" tab. Agilityhunden Aktivitetsbollen BIO Shampoo Oxsvans Pipleksak - Groda Vovex Balsam

[jQuery] listmenu plugin: UL being shown unformated before listmenu() call

2009-06-08 Thread Dave
Hi Had a problem with the ul being shown unformated before the list got handled by $('#mylist).listmenu();. Solved this by adding #mylist {display:none;} in my css file and then $(function(){ $('#mylist').listmenu(); $('#mylist').css("display","block"); }); It works ok, bu

[jQuery] Re: ANNOUNCE: jQuery ListMenu plugin 1.0 from iHwy

2009-03-06 Thread Jack Killpatrick
. andy *From:* jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] *On Behalf Of *Jack Killpatrick *Sent:* Monday, March 02, 2009 3:36 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: ANNOUNCE: jQuery ListMenu plugin 1.0 from iHwy Thanks, glad y

[jQuery] Re: ANNOUNCE: jQuery ListMenu plugin 1.0 from iHwy

2009-03-02 Thread Rick Faircloth
Very nice, Jack! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Jack Killpatrick Sent: Monday, March 02, 2009 4:05 PM To: jquery-en@googlegroups.com Subject: [jQuery] ANNOUNCE: jQuery ListMenu plugin 1.0 from iHwy Hi All

[jQuery] Re: ANNOUNCE: jQuery ListMenu plugin 1.0 from iHwy

2009-03-02 Thread Andy Matthews
: [jQuery] Re: ANNOUNCE: jQuery ListMenu plugin 1.0 from iHwy Thanks, glad you like it. 3000 is a heap: the main bottleneck I found is IE's slow javascript capabilities. I spent a lot of time tuning it to work with IE, but the other browsers just totally smoke it. I haven't tried 3000 nodes, t

[jQuery] Re: ANNOUNCE: jQuery ListMenu plugin 1.0 from iHwy

2009-03-02 Thread Jack Killpatrick
easy to visually skim that's only visible when you need it. Full info: http://www.ihwy.com/Labs/jquery-listmenu-plugin.aspx Demos: http://www.ihwy.com/Labs/demos/current/jquery-listmenu-plugin.aspx This project grew out of the jquery listnav plugin that we released in late 2008. We'll b

[jQuery] Re: ANNOUNCE: jQuery ListMenu plugin 1.0 from iHwy

2009-03-02 Thread brian
because of > sizzle). > > This is great plugin for big product lists, address books, contact lists, > etc. It makes a hard to navigate plain old list into something really > compact and very easy to visually skim that's only visible when you need it. > > Full info: > &

[jQuery] ANNOUNCE: jQuery ListMenu plugin 1.0 from iHwy

2009-03-02 Thread Jack Killpatrick
;s only visible when you need it. Full info: http://www.ihwy.com/Labs/jquery-listmenu-plugin.aspx Demos: http://www.ihwy.com/Labs/demos/current/jquery-listmenu-plugin.aspx This project grew out of the jquery listnav plugin that we released in late 2008. We'll be releasing a new re