$.fn.lcd = function ( option ) {
        return this.each( function () {
            var $this = $( this ),
                data = $this.data( 'lcd' ),
                options = typeof option === 'object' && option;