Hello,
I'm having a problem on a project I'm working on is the following.
I have an ajax call to a system's screen and make loading with the load () function jquery
I like $ ('# content'). load (url, params, function (){})
Now the problem itself.
On the screen that I carry I have a CKEditor and thus make the call
$ ('. has_editor'). ckeditor ();
When I load the same screen for the fourth time the options on the toolbar CKEditor
not appear as such: Style, Format, Size.
On my main screen I have called ckeditor.js.
Debugging in IE browser I saw that he makes a request to the following when you try to load url:
res: / / ieframe.dll / dnserror.htm # javascript: void (0)
Has anyone gone through this problem or something similar?


I'm having a problem on a project I'm working on is the following.
I have an ajax call to a system's screen and make loading with the load () function jquery
I like $ ('# content'). load (url, params, function (){})
Now the problem itself.
On the screen that I carry I have a CKEditor and thus make the call
$ ('. has_editor'). ckeditor ();
When I load the same screen for the fourth time the options on the toolbar CKEditor
not appear as such: Style, Format, Size.
On my main screen I have called ckeditor.js.
Debugging in IE browser I saw that he makes a request to the following when you try to load url:
res: / / ieframe.dll / dnserror.htm # javascript: void (0)
Has anyone gone through this problem or something similar?


