<script type="text/javascript">
$( function()
{
$( '.jquery_ckeditor' ).ckeditor();
} );
</script>
<form action="">
<p>
<label for="editor1">
Editor 1:</label><br />
<textarea id="editor1" name="editor1" class="jquery_ckeditor" rows="10" cols="80"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea>
</p>
<p>
</form>