Update testing.php
This commit is contained in:
parent
b4e9df4b92
commit
65a505495a
12
testing.php
12
testing.php
@ -71,5 +71,17 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
var instance = M.Tabs.init(el, options);
|
||||||
|
|
||||||
|
// Or with jQuery
|
||||||
|
|
||||||
|
$(document).ready(function(){
|
||||||
|
$('.tabs').tabs();
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user