This has boggled me for some time, but I managed to keep pushing it forward. Unfortunately, the time has come I really need this.
My question is: Does EmberJS/Handlebars offer an event which gets called when a view is updated and visible in the DOM?
I need to use this event to run some jQuery stuff like addClass, sortable, etc. I've tried using the Live jQuery plugin but it doesn't work with Handlebars. On top of that I assume said event is already in place somewhere, I just can't seem find it.