+function ($) {
  'use strict';
    // CLASS DEFINITION
    // ===============================
    
    // NB: only user input triggers event change on SELECT.
    
    var SelectSplitter = function(element, options) {
        this.init('selectsplitter', element, options);
    };
    SelectSplitter.DEFAULTS = {
        template:   
                    '
' +
                        '
' +
                            '' +
                        '
' +
                        ' ' +
                        '
' +
                        '
' +
                            '' +
                        '
' +
                        
                    '