简体   繁体   中英

how to create dynamic link list like on ebay all catergories page?

I was hoping someone could post an example how to create a dynamic link list like on the ebay all categories page showns here :

http://www.ebay.com/sch/allcategories/all-categories

When you click on "more" the selected list grows and when "fewer" is clicked it goes back

thanks for your input in advance

You can use jQuery's .toggle() method. Just set a class on your items that you would normally hide so you can easily select them.

http://api.jquery.com/toggle/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM