Simple Demo

<html>
<head>
  <link rel="stylesheet" type="text/css" href="jquery.cleditor.css" />
  <script type="text/javascript" src="jquery.min.js"></script>
  <script type="text/javascript" src="jquery.cleditor.min.js"></script>
  <script type="text/javascript">
    $(document).ready(function () { $("#input").cleditor(); });
  </script>
</head>
<body>
  <textarea id="input" name="input"></textarea>
</body>
</html>
We've detected that you're using AdBlock Plus or some other ad blocking software. In order to keep CLEditor free and support future development efforts, this site is sponsored exclusively by advertisements. Please disable your ad blocker for this site and refresh the page.