Sha256: 35cecf726399663d94487d4dd8eb3dec4ce3a1becf06ba5f77eb8267fbbd2b58
Contents?: true
Size: 476 Bytes
Versions: 73
Compression:
Stored size: 476 Bytes
Contents
define([ ], function () { function AttachContainer (decorated, $element, options) { decorated.call(this, $element, options); } AttachContainer.prototype.position = function (decorated, $dropdown, $container) { var $dropdownContainer = $container.find('.dropdown-wrapper'); $dropdownContainer.append($dropdown); $dropdown.addClass('select2-dropdown--below'); $container.addClass('select2-container--below'); }; return AttachContainer; });
Version data entries
73 entries across 73 versions & 7 rubygems