jquery event listeners on timeline view scale cells

I want to add some click/hover events to my custom template for scale label. What event should I tap into to make sure the html has been rendered to the page?

Hi,
due to the design of component, there is no generic way to tell when elements are rendered.
The recommended approach is to delegate click handlers from the top element of the scheduler
learn.jquery.com/events/event-delegation/
So you’ll need to add event handler once, and it will capture all clicks regardless of dhx scheduler rendering strategy