It puzzled me a bit, but I managed to continue pushing him forward. Unfortunately, the time has come, I really need it.
My question is: Does EmberJS / Handlebars have an event that is fired when the view is updated and visible in the DOM?
I need to use this event to trigger some jQuery files like addClass, sortable, etc. I tried using the Live jQuery plugin, but it does not work with Handlebars. In addition, I assume that the specified event is already somewhere in place, I just can not find it.
source
share