endpointjs
Version:
Endpoint.js enables modules within a web application to discover and use each other, whether that be on the same web page, other browser windows and tabs, iframes, servers and web workers in a reactive way by providing robust discovery, execution and stre
15 lines (12 loc) • 680 B
HTML
<link rel="stylesheet" href="https://cdn.rawgit.com/AndreaLombardo/BootSideMenu/master/css/BootSideMenu.css">
<link rel="stylesheet" href="sidebar.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js" type="text/javascript"></script>
<script src="https://cdn.rawgit.com/AndreaLombardo/BootSideMenu/master/js/BootSideMenu.js"></script>
<script type="text/template" id='sidebar-template'>
<div id="sidebar-api-tabs">
<ul id="sidebar-api-tabs-ul">
</ul>
</div>
</script>
<script src="sidebar.js" type="text/javascript"></script>