Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7915283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T14:24:24+00:00 2026-06-03T14:24:24+00:00

to bind something to an onChange event, one would write something similar to this:

  • 0

to bind something to an onChange event, one would write something similar to this:

CKEDITOR.on( 'currentInstance', function( ev )
{
       if (CKEDITOR.instances[element_id].checkDirty()) {
          unsaved_changes = true;
       }
});

But… how does one unbind that that function?

The above code is part of some instantiating code that I use when creating an editor. An issue arises when I use ajax to change the page, and the CKEditor (and all other javascript variables) remain defined on the page. So, the onChange event ends up getting multiple bindings… which can cause performance issues.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T14:24:26+00:00Added an answer on June 3, 2026 at 2:24 pm

    The eventInfo documentation of CKEditor is missing the "removeListener" method that you can find using Firebug. I’ve added it now but it might take a day until it’s published.

    You just have to call that method on the event object, for example:

    CKEDITOR.on( 'currentInstance', function( ev )
    {
        ev.removeListener();
    
        if (CKEDITOR.instances[element_id].checkDirty()) {
            unsaved_changes = true;
        }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to do something like this: for(int i =0; i< results.length; i++){ $('ul').append('<li>'+results[i].name+'</li>').bind('click',function(){
Basically I'd like to bind function A to all inputs. Something like this: $('input').bind('change',
in jQuery you can write something like $(selector).bind('click', function(e) { // something was true
I'm trying to bind an onChange event of one FilteringSelect to populate another FilteringSelect
I have function which bind draggable functionality to newly added div. Something like this:
I'm trying to figure out correct way how to bind something like this with
I want to do something along the lines of this: kernel.Bind<IBootTaskA>().To<BootTaskA>().InSingletonScope(); kernel.Bind<IBootTaskB>().To<BootTaskB>().InSingletonScope(); kernel.Bind<IBootTask>().To<IBootTaskA>(); kernel.Bind<IBootTask>().To<IBootTaskB>();
$('#id').bind('change',function() { //do something }).trigger('change'); it works fine. but if id2 has been generated
I'm looking for something similar to C++'s boost::bind but in C. What I want
I am trying something as follows, $(document).bind ('pageshow', function (e, data) { console.log ($('#page_spots'));

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.