mlaa / cbox-mla

GNU General Public License v2.0
2 stars 3 forks source link

roll our own select boxes? #275

Closed JonathanReeve closed 8 years ago

JonathanReeve commented 9 years ago

<select> dropdown menus look different across browsers and operating systems. They can often clash with the style of a web page. To solve this problem, there are some JS / jQuery libraries that can allow for styling dropdowns. Disadvantages are that they aren't handled as natively on mobile OSes, and that this adds a new layer of complexity. But they're very pretty--see the select2 demo.

chriszarate commented 9 years ago

File against boilerplate?

Can probably exclude mobile with feature detection.

JonathanReeve commented 9 years ago

Good idea. I'll add it there, as well.