CKEditor:批量使用class设置textarea
if($(".page-content").length > 0){
$('.page-content').each( function () {
CKEDITOR.replace( this.id , {
height: '500px',
});
});
}路上除了风景还有故事
if($(".page-content").length > 0){
$('.page-content').each( function () {
CKEDITOR.replace( this.id , {
height: '500px',
});
});
}