Thanks, but on this my submodule must call the trigger manually. Can I
"overload" the empty() function, so that the trigger is called
on each empty-call?
Something like
- jQuery.prototype.empty
= function()
- {
-
jQuery(this).empty().trigger("empty");
- }
Thanks