script.js 164 B

1234567
  1. function do_update()
  2. {
  3. $("#update").val("在升级完成之前,勿刷新该页");
  4. $("#update").attr("disabled",true);
  5. $(".msg").show();
  6. $("form").submit();
  7. }