jquery tree selection
Posted
by
Qiao
on Stack Overflow
See other posts from Stack Overflow
or by Qiao
Published on 2011-01-15T10:45:42Z
Indexed on
2011/01/15
10:53 UTC
Read the original article
Hit count: 154
jQuery
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?
© Stack Overflow or respective owner