I was studying a colleague's code and I noticed an event that I haven't used before and I can't find it online either.
This is the code:
$('body').on('items-set', function(){ bindDropdown(); console.log('must bind event') }) That console log never runs, I don't see the message in the console. What does 'items-set' mean?