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