I want a drop down list that will display, say first 3 items, then “See more” link, and when I click more items appended. I did searching around with Twitter Bootstrap
and jquery but can’t find any examples. Please help if any links of example or existing posts.
Question posted in Twitter Bootstrap
2
Answers
Follow this link, you’ll find answer.
In see more section, use
Hope this help
Thuc Tran
LATEST UPDATE – USING SELECT TAG :
This one is completely different from the first one. But it is easier I guess. I hope this will help you.
JS
THIS ONE (BELOW) IS USING BOOTSTRAP DROPDOWN
OLDER UPDATE here is a live sample jsFiddle
Here you can use a simple
dropdown
from bootstrap :Then add this
jquery
, it’s self explanatory you can understand it very quick.By the way here’s the full code.