You can run or add your custom scripts or actions on unit load on “unit_travaerse” event .
Example:
<script>
$(‘.unit_content’).on(‘unit_traverse’,function(){
//Your custom code
});
</script>
You can run or add your custom scripts or actions on unit load on “unit_travaerse” event .
Example:
<script>
$(‘.unit_content’).on(‘unit_traverse’,function(){
//Your custom code
});
</script>