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