The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.
Creates a loading function for a typical static file url pattern: "lang-en_US.json", "lang-de_DE.json", etc. Using this builder, the response of these urls must be an object of key-value pairs.
Creates a loading function for a typical dynamic url pattern: "locale.php?lang=en_US", "locale.php?lang=de_DE", "locale.php?language=nl_NL" etc. Prefixing the specified url, the current requested, language id will be applied with "?{queryParameter}={key}". Using this service, the response of these urls must be an object of key-value pairs.
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.