Hi, normally I configure my website treeview like this
jQuery(document).ready(function(){
http://www.xxxx.it/Prods/ProdID/155/CatID/15
do you know how can i have open only the right brench.
The category 15 have the class selected set correctly
thanks
Fabio
jQuery(document).ready(function(){
jQuery('#NBStoreTreeMenu').treeview({animated:'fast', collapsed: true, persist: 'location'});});
in particular when the category tree is so big and have more branch (collapsed true) but a side effect is that when I arrive on the detail page the three is completly close also if in the url there is the categoryhttp://www.xxxx.it/Prods/ProdID/155/CatID/15
do you know how can i have open only the right brench.
The category 15 have the class selected set correctly
thanks
Fabio