/jquery-bbcode

Easily transform textareas into BBCode WYSIWYG editors.

Primary LanguageJavaScript

About

Easily transform <textarea>s into BBCode WYSIWYG editors.

Usage

  1. Include the stylesheet (feel free to modify) in your <head>:

    <link rel="stylesheet" href="css/jquery.bbcode.css">

  2. Include JS file, ensuring it's including after jQuery:

    <script src="js/jquery.bbcode.js"></script>

  3. Execute:

    $('textarea').bbcode();