Is it possible to delegate "inserted" event
(http://canjs.com/docs/can.events.inserted.html) to have something like
(to listen for sub-items insertion):
-
can . Control . extend ({ -
".item inserted" : function ( el , ev ){ -
-
} -
})
Thanks