lmd
Version:
LMD: Lazy Module Declaration
12 lines • 369 B
HTML
<html>
<head>
<title>LMD js plugin example</title>
<script type="text/javascript" src="http://yandex.st/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="index.lmd.js"></script>
</head>
<body>
<button class="b-button">Create map</button>
<div id="map" style="width:400px; height:300px;"></div>
</body>
</html>