Skip to content
Snippets Groups Projects
ckeditor.js 101 B
Newer Older
  • Learn to ignore specific revisions
  • $( document ).ready(function() {
    	    console.log( "ready!" );
    	    CKEDITOR.replace( 'body' );
    });