| Current Path : /var/np/plugins/ckeditor/ |
| Current File : //var/np/plugins/ckeditor/script.js |
function save(key){
val = CKEDITOR.instances.editor.getData();
$.post('editText.php', {fieldname: key, content: val}).done(function(data){
show_msg();
});
}