September 2013
Beginner to intermediate
480 pages
9h 59m
English
Chosen can be used to create beautiful-looking multiple selections. In this recipe, we will create a form for a menu ordering that uses this type of selections in a form.

This recipe will contain the same parts as Creating a custom single-selection list, and build upon them.
We start by having the same base as Creating a custom single-selection list, and add the following parts:
drop-down CSS class we created in the head section:<div> <label for="cocktails">Place the order for cocktails</label> <select id="cocktails" data-placeholder="Add ...
Read now
Unlock full access