[jQuery] JQuery treeview plugin and async fetches for more tree-data

2009-12-14 Thread gouldtv
I'm trying to create a collapsing/expanding animated treeview in Javascript. I found the JQuery treeview plugin, and it's working great. However, I have one key need that I can seem to figure out with the samples provided: Basically I need the "advanced async feature" they provide (http:// jquer

[jQuery] Jquery Treeview JSON Issue

2009-10-30 Thread Sparky
Greetings: I am trying to get a proof of concept going for using Jquery Treeview Async to build a dynamic tree with JSP. I looked at the documentation on the Treeview website but I am unable to get this to work. My "host" page calls another jsp as follows: $(document).ready(function(){

[jQuery] Jquery Treeview - trigger a collapse programatically

2009-10-05 Thread bj
I'm using Treeview and I need to be able to tell it to collapse via Javascript (as in, from another function outside of the Treeview code). I have searced everywhere for a how-to and can't figure it out. I'm hoping someone can suggest a way of doing it.

[jQuery] Jquery treeview jquery accordion

2009-08-23 Thread serdartu
When i used jquery treeview plugin inside accordion plugin treeview styles not working? Best Regards

[jQuery] JQuery Treeview Navigation frames

2009-08-14 Thread Mr. V
I am new to JQuery and Treeview and I am in trying to assess if the treeview could be a lightweight and efficient replacement for our current 3rd party tree control. Can the Treeview node hyperlink load the url in a different frame ? Alternatively, is it possible to catch the Node On Click event

[jQuery] jquery treeview vertical lines missing

2009-08-07 Thread Alan C
I am trying to use treeview and have a tester page http://sitemaster-internet.co.uk/treeview/tester2.php the html for the directory view is generated dynamically with php building the unordered list from directories on the server, the html passes validation and 'looks' ok, but when the page rend

[jQuery] jQuery [treeview] Question

2009-08-01 Thread Ed
Hi, I'm a jQuery beginner. My browser is Firefox 3.5.1 I'm using Treeview 1.4 Revision Id: jquery.treeview.js 4684 2008-02-07 19:08:06Z joern.zaefferer I have two questions: 1.Whenever I click on either of my two Treeview control labels "Collapse" or

[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] JQuery Treeview Expand selected node

2009-05-14 Thread BugBurger
I am using JQuery TreeView and have a question. my example tree look like this +Animals +Birds +Humans I wats to expand a specific node. for example Birds. how do i do that ?

[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] JQuery TreeView Plugin Problem: Text Alignment in IE

2009-05-09 Thread Paul Selormey
Hello, I am currently using the treeview plug in at http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ Is is a nice work, and I am really pleased with it. I, however, have a problem of text alignment with the tree lines when I combined the treeview with the tabview in the jquery-ui libr

[jQuery] jquery treeview menu problem

2009-04-10 Thread Titti
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

[jQuery] jquery treeview menu

2009-04-10 Thread Titti
Hi, i'm using jquery treeview menu in my website, but when i open a page from the menu, for a while, it expands completely and it alignes to the left side. can u help me? thank you

[jQuery] jQuery treeview click to open

2009-03-11 Thread klusias
Hello! when page first time loads, i want to open, for example first level of items...is any possibility to do "click" on treeview item (if i know li id or something...)

[jQuery] Jquery Treeview bug in Tapestry5

2009-02-10 Thread pilgrim
Hi, I'm using Tapestry5.018 (using Prototype and Scriptaculous for front end). I love Jquery and try using TreeView plugin for processing tree. Everything is ok so far but a bug with remove function in jquery.treeview.edit.js. With existence of prototype.js , remove a node in tree will remove a t

[jQuery] [jQuery][Treeview] How can I create ROOT node for the tree

2008-11-16 Thread Pham Anh Tuan
Hi all, Anyone knows how to create ROOT node for the tree, sth like below ROOT <--- I want to create this Node - Home - Campany Thanks for reading and looking your all help :) bowlkhin

[jQuery] jquery treeview reload problems / firefox

2008-11-12 Thread ktklin
Hello, i have got a problem with my jquery treeview menu and firefox 3.0.3 I built a static menu that contains 60 folders at the root level. At the second level there are 10 folders that have 1 - 15 child nodes The menu looks like SECTION |-Table | |-Add Table | |-Table1 | |-Table2

[jQuery] [jQuery][TreeView][Help] is there any way to implement an icon at the right side of each node ?

2008-11-12 Thread Pham Anh Tuan
Hi all, I’m looking for your help in implementing an icon at the right side of each node, in jQuery TreeView. Why do I want to do that, simply I just want to have an icon, such as Delete icon, so that I can click on that icon to delete a node, or do sth like edit, or … an icon to show the c

[jQuery] [jQuery][TreeView] does it support drag and drop ?

2008-11-12 Thread Pham Anh Tuan
Hi all, I wonder jQuery TreeView support drag and drop, anyone knows ? Thanks for reading and looking for any reply ;) bowlkhin

[jQuery] jQuery Treeview 1.4 by Joern Zaefferer

2008-10-23 Thread Cruizer
I am using this menu for a clients website, and I am having some problems with functionality. I may be reading it wrong, but in the documentation under "persist: 'location' " it states "looks within all tree nodes with link anchors that match the document's current URL (location.href), and if foun

[jQuery] jQuery Treeview + CheckBox

2008-09-21 Thread Don Quijote de Nicaragua
It is possible to use a CheckBox in a Treeview? Es posible usar un CheckBox en un Treeview? Don Quijote de Nicaragua. Elder Soto.

[jQuery] jQuery Treeview Plugin FireFox Problems [treeview]

2008-04-08 Thread Barry
Hi all, First a caveat: I'm new to jQuery and JavaScript. I'm having trouble with the jQuery Treeview plugin. In my hands it doesn't work properly on Firefox. On either Jorn's demo page (http://jquery.bassistance.de/ treeview/demo/) or my own local implementations; when a parent node is colla

[jQuery] jquery treeview - navigation refresh problem -

2008-03-06 Thread Paul Ihrig
hey guys. dont mean to repost i posted on the site but it didnt come through in email.. not sure if this is due to massive amount of cfif's or some thing with jquery.. i am trying to use tree view on a test/stage site http://63.144.103.199/industrial/enclosures/wallmount/index.cfm its slow.. i a

[jQuery] jquery treeview async doubt

2008-03-03 Thread oscarml
Hi, I'm trying Treeview jquery plugin and I have a doubt about async filling mode. In the example in http://jquery.bassistance.de/treeview/demo/async.html the tree is filled with source.php file. In that file, it writes directly a JSON structure but I can´t understand one part: [ {