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

2009-05-30 Thread eclipseTalk
n 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, eclipseTalk wrote: > > > Thanks, but it&

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

2009-05-25 Thread eclipseTalk
; Roddy > > On May 25, 1:55 pm, eclipseTalk 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 for your time.- Hide quoted text - > > - Show quoted text -

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

2009-05-25 Thread eclipseTalk
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 for your time.

[jQuery] JQuery Treeview - Page reload

2009-05-25 Thread eclipseTalk
Hello, I'm using JQuery Treeview as follow: $("#navigation").treeview({ animated: "fast", persist: "location", collapsed: true, unique: true }); Upon page reload, all the nodes expand and then only the selected node

[jQuery] Re: Setting hidden field value in html

2009-05-21 Thread eclipseTalk
en I clicked the magnifying glass icon to submit the form, and on the > search results page it said: > > You searched for foo > > That seems to be what you were looking for it to do, yes? > > -Mike > > > From: eclipseTalk > > > Thanks for your reply. > > This

[jQuery] Re: Setting hidden field value in html

2009-05-20 Thread eclipseTalk
l and explain what you want to accomplish with > the hidden field? > > -Mike > > > From: eclipseTalk > > > Hello, > > I have an hidden field in a form defined as follow: > >   > > > To assign its value I used: > > > var contentText = "Ord

[jQuery] Setting hidden field value in html

2009-05-20 Thread eclipseTalk
Hello, I have an hidden field in a form defined as follow: To assign its value I used: var contentText = "Order Preview"; $("input[name='previewText']").val(contentText); It works fine but the html code is lost. Is there a way to retain the html format? Thank you

[jQuery] JQuery Treeview

2009-05-12 Thread eclipseTalk
Hi, I'm using the JQuery treeview but I'm running into some weird behavior. The tree expands by itself sometimes and it cannot be collapsed. It happens every time I'm displaying a slide show for instance. When I clear the cookies it goes away. Any idea on how I can't prevent the whole tree from ex

[jQuery] [TreeView] - How to collapse a menu item that is a link?

2009-05-09 Thread eclipseTalk
Hi, I'm looking at the "JQuery TreeView - Sample 0" from http://jquery.bassistance.de/treeview/demo/?1 Great work! I have a question. How can I make the menu collapse upon clicking? When I click, the menu expands, but if I click again the menu doesn't collapse. Any help is appreciated. Thanks in a

[jQuery] [TreeView] - How to collapse a menu item that is a link?

2009-05-09 Thread eclipseTalk
Hello, I'm looking at the Sample 0 from http://jquery.bassistance.de/treeview/demo/?1 Great work! I have a question. How can I make the menu collapse upon clicking? When I click, the menu expands, but if I click again the menu doesn't collapse. Any help is appreciated. Thanks in advance