jquery-console
jquery-console copied to clipboard
A simple JQuery console emulator
This branch update removes the onkeypress event. Most logic is moved into the on keydown event. At the onkeydown event, the current value of the typer is cached, then at...
added in the ability to access previous messages in the console. For example container.history.get(0); returns an instance of MessageHandle for the most recent message in the console. I added a...
The default key events(`keydown` and `keypress`) don't work properly on Android, only `keycode` 229 is returned, this fix should solve the problem.
The indentation was wrong in a couple of places.
Allows the package to be installed via bower from a local git clone of the repo. The next step would be to publish it.
Currently uses both
Breaks compatibility with some ie versions.
Otherwise leading spaces and consecutive spaces are squashed, which spoils console messages with significant whitespace