Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add a paragraph about /dom/node/** global nodes

...

All global listeners receive the same arguments as the respective IAjaxCallListener handler plus jQuery.Event that is passed by the PubSub system. This event is not the event that caused the Ajax call. The one that caused the Ajax call is 'attrs.event'.

There are two additional topics which are used to notify the subscribers when an HTML element is about to be removed and when a new one is added to the document:

  • /dom/node/removing - receives as parameters the jQuery.Event and the HTMLElement that will be removed
  • /dom/node/added - receives as parameters the jQuery.Event and the HTMLElement that has just been added

Automatically migrated attributes.

...