mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Code style cleanup + Testing event dispatching between modules
This commit is contained in:
@@ -16,7 +16,11 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1 data-module="Generic, Title">Locomotive boilerplate</h1>
|
||||
<div data-module="Title">
|
||||
<h1 class="js-label">Locomotive boilerplate</h1>
|
||||
</div>
|
||||
|
||||
<button data-module="Button" type="button" value="click test">Change value</button>
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
|
||||
<script>window.jQuery || document.write('<script src="assets/scripts/jquery-2.2.2.min.js"><\/script>')</script>
|
||||
|
||||
Reference in New Issue
Block a user