[jQuery] jquery.treeview.js

2007-03-20 Thread Peter Gordon
Hi. I am using jquery.treeview.js to display a tree. When I select a leaf of the tree, I send back the text using $(this).text() What I need though, is the text of all the previous nodes, so that I have a context for the information. Can anyone tell me how to get and send the information.

[jQuery] LI cursor/underlining

2007-03-08 Thread Peter Gordon
I have ul/li/ul... structure and want the text to be underlined, and a cursor pointer set rather like an href when the mouse moves over the text. 1. I suppose I could put in an href, and then get an action performed when I click. I'm sure it can be done - I'm not sure how. It is also not a very

[jQuery] How to ignore propogated events

2007-03-07 Thread Peter Gordon
Hi. I am using JQuery 1.1.1 I have the following structure (taken from treeview) and want something to happen when an li item is clicked. ul li class=openItem 3.0 ul liItem 3.0.0/li liItem 3.0.1 ul liItem 3.0.1.0/li liItem 3.0.1.1/li

[jQuery] Problem with Puff

2007-01-24 Thread Peter Gordon
Hi. I am trying to use Puff from the interface library. The page shows correctly, but when I press the href, nothing happens. The only javascript library to have Puff was ifxscale.js. I checked with GET to see if I could download jquery.js and ifxscale.js. They both download correctly.