this.each( function() {
            if ( ! $.data( this, 'fontIconPicker' ) ) {
                $.data( this, 'fontIconPicker', new FontIconPicker( this, options ) );
            }
        } );