StudentFamily.js 131 B

12345
  1. function StudentFamily_Save() {
  2. if ($(document.forms[0]).form('validate')) {
  3. $(document.forms[0]).submit();
  4. }
  5. }