X-Raym / jquery-bbcode

Easily transform textareas into BBCode WYSIWYG editors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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();

About

Easily transform textareas into BBCode WYSIWYG editors.


Languages

Language:JavaScript 96.0%Language:CSS 4.0%