08/10/2015, 10:34
|
| | | Fecha de Ingreso: mayo-2014
Mensajes: 28
Antigüedad: 10 años, 6 meses Puntos: 2 | |
Respuesta: autosave ¡Solucionado!
Esta fue la solución fue reemplazar
$('#database').html(data);
por
$("#cke_1_contents iframe").contents().find( 'body' ).html(data);
Lo vi aquí: http://otroblogsintitulo.blogspot.com.es/2009/12/acceder-al-contenido-del-ckeditor-con.html |