<script> App.setPageOption({ appSidebarTwo: true, clearOptionOnLeave: true }); $.ajax({ url: 'partial/sidebar-end.html', success: function(html) { $('[data-id="app-extra-elm"]').html(html); App.restartGlobalFunction(); } }); </script>