Major changes to the structure of pages to utilize the flex layout system.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
//
|
||||
//A dropdown menu. Pass it a container and an array of data, and it will build the button, caret, and list of selectable elements inside the container.
|
||||
//
|
||||
(function($) {
|
||||
var Dropdown = function($element, data, options) {
|
||||
var _this = this
|
||||
var _this = this;
|
||||
var textSpan = $("<span>" + options.defaultText + "</span>");
|
||||
|
||||
this.$element = $element;
|
||||
|
||||
Reference in New Issue
Block a user