[jQuery] Re: JQuery Treeview - Display sub nodes when mouse over menu

2009-05-30 Thread eclipseTalk
Thanks for your reply. I'm just using CLICK from jquery.treeview.js I'm initializing my tree as follow: $(#navigation).treeview({ animated: fast, persist: location, collapsed: true, unique: true }); Do you have an example on

[jQuery] Re: JQuery Treeview - Display sub nodes when mouse over menu

2009-05-26 Thread Zeeshan Khan
is tree expanding on CLICK...what are u doing to expand it...i mean are u calling a function or a CSS class...if u are calling a function u can override the HOVER function if u r jst changing the CSS u can change the CSS on hover.. Regards; Zeeshan Ahmed Khan On Tue, May 26, 2009 at 10:51 AM,

[jQuery] Re: JQuery Treeview - Display sub nodes when mouse over menu

2009-05-25 Thread kiusau
Have you tried here: http://docs.jquery.com/Traversing/children#expr Roddy On May 25, 1:55 pm, eclipseTalk echal...@yahoo.com wrote: Hello, I'd like to display the children nodes when the mouse over the parent node. What is the best way to achieve that? Any help is appreciated. Thank you

[jQuery] Re: JQuery Treeview - Display sub nodes when mouse over menu

2009-05-25 Thread eclipseTalk
Thanks, but it's not exacltly what I need. I basically need to override hover to behave as the click event. How can I do that in JQuery? Thanks for helping me out here On May 25, 5:17 pm, kiusau kiu...@mac.com wrote: Have you tried here:  http://docs.jquery.com/Traversing/children#expr