createexeclane.lite.html.hook.php 150 B

1234567
  1. <script>
  2. $(function()
  3. {
  4. $('#laneTypetask').closest('tr').hide();
  5. $('#laneTypeBox #laneTypetask').prop('checked', true).change();
  6. })
  7. </script>