|
@@ -77,12 +77,14 @@
|
|
|
<div class="make-switch switch-mini">
|
|
|
<input type="checkbox" checked />
|
|
|
</div>
|
|
|
- <br>
|
|
|
- <br>
|
|
|
+ <br />
|
|
|
+ <br />
|
|
|
<label>Dimensions can be changed too:</label>
|
|
|
<div id="dimension-switch" class="make-switch">
|
|
|
<input type="checkbox" checked />
|
|
|
</div>
|
|
|
+ <br />
|
|
|
+ <br />
|
|
|
<button id="btn-size-large-switch" class="btn">Large</button>
|
|
|
<button id="btn-size-regular-switch" class="btn">Regular</button>
|
|
|
<button id="btn-size-small-switch" class="btn">Small</button>
|
|
@@ -749,3 +751,4 @@ $(document).ready(function() {
|
|
|
|
|
|
</body>
|
|
|
</html>
|
|
|
+isActive
|