A simple BB editor in JQuery fully customizable.
This plugin requires JQuery.
A beta version is currently being released not for production purposes but for testing.
<!-- optional with autoload // see documentation -->
<link src="themes/icons/jbbicon/css/jbbicon.css" rel="stylesheet">
<!-- required -->
<link src="jbbed.css" rel="stylesheet">
<!-- optional with autoload // see documentation -->
<link src="themes/classic.css" rel="stylesheet">
<!-- required -->
<script src="jquery.min.js"></script>
<script src="jbbed.min.js"></script>$('#mytextarea').jbbed();Or if you want multiple instances in a single page, the advice is to use jbbedMu:
$('.mytextarea').jbbedMu();echo jbbed_convert( $string );For documentations, please instructions on my site.
You can find a working example at this address: https://www.iljester.com/demo/jbbed/example.php
- 1.0b: development version