Your IP : 216.73.216.40


Current Path : /var/np/plugins/ckeditor/
Upload File :
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();
		
	});
}