dyerc / jQuery-Font-Chooser

A custom combo box to allow font selection from a preset list, whilst previewing the font
MIT License
30 stars 17 forks source link

Use with Bootstrap-Select #6

Open gabelloyd opened 9 years ago

gabelloyd commented 9 years ago

Great little plugin!

I am trying to use this in conjunction with Bootstrap Select (http://silviomoreto.github.io/bootstrap-select/). That plugin uses a more traditional select parameter for it's function. Is there a way to basically use this as a replacement for the content of the dropdown in Bootstrap Select?

gabelloyd commented 9 years ago

Digging into this a little further, I'm finding that we probably won't get into a select parameter. I'm finding everything else that is trying to accomplish this task is also reappropriating ul lists to styling them to look like select lists.