Posts

Showing posts from December, 2013

Append all Html

var html = $(\"<div />\").append($(this).clone()).html()

CKEditor allow content html in source and full page

CKEDITOR.replace( ' textarea_id ', { fullPage: true , allowedContent: true });