EnlighterJS =========== EnlighterJS is a free, easy-to-use, syntax highlighting class developed for [MooTools](http://mootools.net "MooTools.net"). Using it can be as simple as adding a single script and style to your website, choosing the elements you wish to highlight, and EnlighterJS takes care of the rest. It also supports Inline-Syntax-Highlighting as well as the automatic creation of tab-panes to display groups of code together (useful for multi-language examples - e.g. html+css+js) Take a look into the [Documentation](http://enlighterjs.org/Documentation.html) or view the [Theme Demo](http://enlighterjs.org/Themes.html) ### Download ### * [Download Latest Release](https://github.com/AndiDittrich/EnlighterJS/releases/latest) * [Custom-Builds](http://enlighterjs.org/Builder.html)  Features -------- * Written in MooTools. Requires version 1.4+ * Build-in support for most commonly used languages * Easy to use with familiar MooTools syntax. * Supports code-groups (displays multiple code-blocks within a tab-pane) * Includes Inline Syntax highlighting * Extensible language and theme engines - add your own one. * Simple CSS based themes * ANT build-script included for easy custom builds (Web-based Customizer also available) * Small footprint * Point out special lines of code * Initialization can be performed by adding a simple html meta-tag or using a small piece of javascript * Toolbar buttons to switch to raw-code or open it into a new window Plugins ------- * [Enlighter for WordPress](http://wordpress.org/plugins/enlighter/) - The official EnlighterJS plugin for WordPress How to use ---------- This is a minimalistic example how to highlight sourcecode with EnlighterJS. The working example (correct js+css paths) is available within the EnlighterJS package (Example1.html). ```HTML
... ... ...$('#loading-example-btn').click(function () { var btn = $(this) btn.button('loading') $.ajax(...).always(function () { btn.button('reset') }); });...
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, window.addEvent('domready', function(){});
labore et dolore magna aliquyam erat.