codersclub / jquery-bbedit

jQuery bbcode and smiley editor plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-bbedit

jQuery bbcode and smiley editor plugin.

This plugin is designed to make your own bbcode editor easily.

Homepage: http://www.w3theme.com/jquery-bbedit/

Imported from: https://code.google.com/p/jquery-bbedit/

Features:

  • Custom bbcode tags and smilies.
  • I18N support
  • Custom skin feature.
  • Backend function available for PHP.

Available languages:

  • English
  • Simplified Chinese
  • Traditional Chinese.

Can't find your language? Join the project and submit your language file!

Code:

#!javascript

<script type="text/javascript" src="jquery.min.js"></script> 

<script type="text/javascript" src="jquery.bbedit.min.js"></script> 

<script type="text/javascript"> 

$(document).ready(function() {
   $("textarea").bbedit({lang: 'en'});
 });
 </script> 

About

jQuery bbcode and smiley editor plugin


Languages

Language:JavaScript 63.6%Language:PHP 15.2%Language:CSS 12.3%Language:HTML 8.8%