Access "this" in a "namespace"-function

Access "this" in a "namespace"-function

Hi, i want to write a function that looks like this:

$(elem).pluginName.disable();

and disable() should access "$(elem)" to trigger an Event.

How can i achieve this?

Thank your for your answers and sorry for my bad english.