Which treeView plugin are you using? http://jquery.bassistance.de/treeview/demo http://be.twixt.us/jquery/treeView.php
The second one collapses and expands when you click on [-]/[+] links only... probably what you want... ---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Mar 23, 2009 at 2:47 AM, rsebag <rse...@yahoo.com> wrote: > > Hello, > Am using the jQuery treeview plugin > > Would like the folders in the tree to open/close only when the user > clicks on the folder or the [+] sign. > > Right now it opens/closes also when one clicks on the text. > > (This messes up my application since I have a checkbox on each folder. > After a person opens the folder, when he clicks the checkbox, it > closes the folder!) > > thnx a million >