$('#eg1').fbSelect();
↑ JS code used for example shown above.
All highlighted text are toggleable (click/tap) → .

// toggling will skip options with no value set or have no values.
// also default value set with selected attribute.
$('#eg2,#eg3').fbSelect({ skipNoValue: true, bClasses: ['fbs1','fbs3','fbs4'] });
The quick brown jumps over the dog.

// using custom CSS class defined in this file.
// view page source to see.
$('#eg4').fbSelect({ bClasses: ['bg1','bg2'] });
I am a that loves technology.


Reference README.
fbSelect on GitHub.
@fatbattk