znt/extension/lite/makeup/ext/view/browse.oa.html.hook.php

8 lines
117 B
PHP

<?php js::set('type', $type)?>
<script>
$(function()
{
$('#<?php echo $type?>').addClass('active');
})
</script>