edit.oa.html.hook.php 97 B

123456
  1. <script>
  2. $(function()
  3. {
  4. $('#begin, #end, #hours').parent().addClass('required');
  5. })
  6. </script>