How to get a programmatic notification when a Knockout template is rendered?

Hello,
How can I load jquery after knockout template?
I need operate on DOM element by jQuery but jquery load befere knockout template and don’t see DOM, for tests I’m using setTimeout but this is wrong way.

How to get notified when a Knockout template is rendered using the «afterRender» binding?