<button class="superbutton" data-id="0"></button>$('.superbutton').on('click', function(e) {
e.preventDefault();
var id = $(this).data('id');
$.post(path/to/action, { id: id }).done(function() {
//код обработчика удачной отправки
});
});path/to/action - урл, куда надо отправить id CKEDITOR.replace( 'editor1', {
customConfig: '/custom/ckeditor_config.js'
});