adamsanderson / jquerycommandline

Simple JavaScript command line built with jQuery

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README.rdoc
directory css/
file example.html Tue Nov 25 21:13:50 -0800 2008 Added support for JSON serialization if the JSO... [adamsanderson]
directory js/
directory test/
README.rdoc

jQuery CommandLine

Adam Sanderson, netghost@gmail.com

A simple console built in jQuery.

Current Features

  • Absurdly easy to start using
  • Basic history support
  • Custom response handlers
  • E4X support on browsers that handle it. (ie: var p = <person name=’joe’></person>)

Getting Started

Really basic setup:

  $('#console').commandLine()

Slightly more exciting, start a console and log a line:

  $('#console').commandLine().data('commandLine.instance').log('info', 'Welcome to your console...');

Too lazy to try that? Look at example.html

Contact Information

  Adam Sanderson
  email: netghost@gmail.com
  web: http://endofline.wordpress.com