/** * CLI Demo * http://edewata.fedorapeople.org/cli-demo/ * * @author Endi S. Dewata */ (function($) { var cli_demo = function() { var $this = $(this); var interval = 2000; var speed = 80; var running = false; var current = null; $this.init = function() { var text = $this.text(); var list = $this.contents().detach(); $this.console = $('
', { 'class': 'cli-demo-console' }).appendTo($this); $this.content = $('', { 'class': 'cli-demo-content' }).appendTo($this.console); $this.elements = $('', { 'class': 'cli-demo-hidden' }).hide().appendTo($this.console); $this.caret = $('', { 'text': ' ', 'class': 'cli-demo-caret' }).appendTo($this.console); $this.control = $('
', { 'class': 'cli-demo-control' }).appendTo($this); $this.playButton = $('