Your IP : 216.73.216.40


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