Opened 16 years ago
Closed 15 years ago
#4694 closed Bug (expired)
jQuery plugin does not work when trying to work with a textarea called by ajax
| Reported by: | Spelljack | Owned by: | Tobiasz Cudnik |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | jQuery Pending | Cc: |
Description
I have a dialog box on my project and I'm getting the form template from a php page with jQuery.ajax and handling it with a self writed plugin. But ckeditor.jquery plugin does not work with it.
Change History (3)
comment:1 Changed 16 years ago by
| Keywords: | Pending added |
|---|---|
| Milestone: | CKEditor 3.1 → CKEditor 3.2 |
| Owner: | set to Tobiasz Cudnik |
comment:2 Changed 16 years ago by
| Component: | Accessibility → General |
|---|---|
| Keywords: | jQuery added; jquery removed |
| Milestone: | CKEditor 3.2 |
comment:3 Changed 15 years ago by
| Resolution: | → expired |
|---|---|
| Status: | new → closed |
Expired, please reopen if anybody can confirm this.

Can you please provide some code which you are using to get it working ? Because you have to explicitly call $elem.ckeditor() function on new AJAX content.
Important information is also what isn't working - creating the editor, submitting it or maybe something else ?