This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Queue jQuery function calls until jQuery is fully loaded. | |
* | |
* This avoids "jQuery / $ is undefined" errors in inline scripts | |
* if jQuery is loaded asynchron or via script injection | |
* | |
* Copyright 2019, Michael Keck <https://github.com/mkkeck> | |
* Released under the MIT license | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ui combobox 1.1 | |
* ComboBox Widget for jQuery UI | |
* | |
* | |
* Copyright (c) 2015-2016 Michael Keck | |
* (https://github.com/mkkeck/jquery-ui-icons) | |
* Licensed under the GPL license: | |
* http://www.gnu.org/licenses/gpl.html | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ui themeswitch 1.1 | |
* ThemeSwitch for jQuery UI | |
* | |
* Copyright: (c) 2015-2016 Michael Keck | |
* (https://github.com/mkkeck/jquery-ui-icons) | |
* License: http://www.gnu.org/licenses/gpl.html | |
* Modified: Michael Keck, 2016-03-02 | |
* | |
* Depends: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* jQuery UI Multiselect Advanced | |
* | |
* Replaces the jQuery UI Multiselect from the page | |
* <http://www.quasipartikel.at/multiselect/> | |
* | |
* | |
* Author: Michael Keck | |
* | |
* Based on the original code from: |