stylesplugin / styles-font-menu

Display an up-to-date menu of Google Fonts with image previews. Include it in your own plugins and themes, or install as a plugin.
15 stars 9 forks source link

Make Google Font list building even faster #1

Closed pdclark closed 11 years ago

pdclark commented 11 years ago

Organizing the Google Font list build as a jQuery plugin causes the font list to be iterated for every select group. This could get slow when many menus are displayed on one page.

Instead, cache the list, then append to each list.

See styles-fonts-dropdown.js:30