Skip to content

Callista 2.3.14 release

Compare
Choose a tag to compare
@jcheron jcheron released this 23 Dec 03:25
· 94 commits to master since this release

Added/changed

Events can now be associated to DOM elements not yet created in a container:

  • JSUtils::_add_event method has a $listenerOn parameter to define the container that supports the dynamic association of events.
  • Ajax events methods (getOn, ajaxOn, postOn) have the listenerOn key to define this attribute.