/* * SelectMultiple v0.1 * Copyright (c) 2015 krazedkrish( Shalil Awaley ) * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the MIT LICENSE. * See https://en.wikipedia.org/wiki/MIT_License for more details. */ !function ($) { "use strict"; /* SELECTMULTIPLE CLASS DEFINITION * ====================== */ var SelectMultiple = function (element, options) { this.options = options; this.$element = $(element); this.$container = $('
', { 'class': "ms-container" }); this.$selectableContainer = $('
', { 'class': 'ms-selectable' }); this.$selectableUl = $('