[jQuery] Treeview: persist lost on anchor links

2009-05-29 Thread award...@gmail.com

I'm encountering a problem with the Treeview plug-in in that when a
page link navigates to a different page with an anchor link, the
Treeview's persist:location fails since it can't understand the URL
(pagename.aspx#anchor).

How do get Treeview to understand that pagename.aspx and
pagename.aspx#anchor are the same?


[jQuery] Re: jquery treeview menu problem

2009-04-30 Thread award...@gmail.com

I just figured this one out.

You need to explicitly hide the child ULs for IE to correctly animate
the Treeview.  In your CSS set your UL UL to display:none; and you
should be just fine.

On Apr 10, 5:23 am, Titti  wrote:
> Hi, i'm using jquery treeview 
> (http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
> ) menu in my website and i have a little problem: when i open a page
> from the menu tree,  menu expands completely  and items alignes to the
> left side for a while, the time that page is charghing. I don't know
> why, can u help me? thank you