[jQuery] Re: jquery.listnav

2009-02-24 Thread Jack Killpatrick
Hi Sam, Sorry about taking a while to get back to you about this: for some reason this message didn't show up in my inbox til today. Very strange (this one and another one). I have a new rev of listnav almost ready and am expecting to release it this week. Would you like to try the beta ver

[jQuery] Re: jquery.listnav

2009-02-18 Thread Sam
Thanks for the quick response. It does seem to be okay in IE7, but slow in FF3.1 and Chrome. I also added the timeout as you indicated, but that did not seem to have an effect. My research showed it was in the last phase of the init process, where it decides whether to show all or click on a le

[jQuery] Re: jquery.listnav

2009-02-18 Thread Jack Killpatrick
Are you finding this is the case in 'all' browsers? (ie 6/7, FF 3.x win/mac, safari mac) or just some? This won't help resolve the speed issue, but might take a little impact (eliminate freeze) off of it...you could try: setTimeout(function(){ // put your listnav load call in here },50);