Advertisement
cantchoos

Untitled

Sep 30th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $("#form_0057 input").change(function () {
  2.         if (!Validate()) {
  3.             $("#form_0057_ao_submit_input").prop("disabled", true);
  4.         }
  5.         else {
  6.             $("#form_0057_ao_submit_input").prop("disabled", false);
  7.         }
  8.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement