jquery - How to create a custom select option -


how create similar select option

http://www.awesomescreenshot.com/image/139417/4167005d094aaeef54ae2b2a25b64dfb

this code.

<select name="" id=""> <option value="">public</option> <option value="">private</option> <option value="">only me</option> </select> 

you use bootstrap , button dropdowns http://getbootstrap.com/components/#btn-dropdowns


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -