コメントありがとうございます。 サービス終了した今なら、安く中古が手に入りそ…
CKEditorに後からcssを適用してみる
CKEditorとは別にinput type=”color”で背景色を指定出来るようにしてみた
$('#color').change(function(){ $('iframe').contents().find('body').css('background-color', $(this).val()); }); CKEDITOR.on('instanceReady',function(e){ $('iframe').contents().find('body').css('background-color', $('#color').val()); ]);
検索
コメントを残す