Update testing.php
This commit is contained in:
parent
b4e9df4b92
commit
65a505495a
14
testing.php
14
testing.php
@ -47,7 +47,7 @@
|
||||
<div id="test3" class="col s12">Test 3</div>
|
||||
<div id="test4" class="col s12">Test 4</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="row">
|
||||
@ -71,5 +71,17 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
var instance = M.Tabs.init(el, options);
|
||||
|
||||
// Or with jQuery
|
||||
|
||||
$(document).ready(function(){
|
||||
$('.tabs').tabs();
|
||||
});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user