jquery tree selection
- by Qiao
I have cats with tree hierarchy, for example, country-city. So that you should first choose country, and then city.
Or big catalog for products. You should choose several "folders", to get for specific product.
Yahoo's answers have this:
And some business catalogs sites with big products lists.
I have all cats in php and can pass them to javascript.
How can I Implement it on one page? Is there any jquery plugin for this?