Using Components
Example of listening when Twitter Feed has been mounted
In this example, the instance name is called twitterFeed
, the corresponding ID of the DOM Element will be #twitterFeed
in jQuery.
$b.on('attached:twitterFeed', function(ev, params, $el) {
console.log(ev, params, $el)
})