browse.oa.html.hook.php 117 B

1234567
  1. <?php js::set('type', $type)?>
  2. <script>
  3. $(function()
  4. {
  5. $('#<?php echo $type?>').addClass('active');
  6. })
  7. </script>