This commit is contained in:
Zongjun Lan
2022-03-14 16:42:46 +08:00
parent 3d936d7dc8
commit e9806c290e
4 changed files with 28 additions and 0 deletions
@@ -0,0 +1,7 @@
<?php js::set('type', $type)?>
<script>
$(function()
{
$('#<?php echo $type?>').addClass('active');
})
</script>
@@ -0,0 +1,7 @@
<?php js::set('type', $type)?>
<script>
$(function()
{
$('#<?php echo $type?>').addClass('active');
})
</script>
@@ -0,0 +1,7 @@
<?php js::set('type', $type)?>
<script>
$(function()
{
$('#<?php echo $type?>').addClass('active');
})
</script>
@@ -0,0 +1,7 @@
<?php js::set('type', $type)?>
<script>
$(function()
{
$('#<?php echo $type?>').addClass('active');
})
</script>