Closed pdclark closed 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
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