afterRender in Knockout not working
I have one feature which is working in M2.2.1 before. But it is not working since M2.4.3 The feature mainly is to call function ‘moveElements’ when ‘opc-wrapper’ is loaded. template/onepage.html …. <div id=”opc-wrapper” data-bind=”afterRender: moveElements”> <ol class=”opc” id=”checkoutSteps”> <!– ko… Read More »afterRender in Knockout not working