disable input

This commit is contained in:
Matthew K. Fu JuYuan 2012-05-03 15:48:42 +08:00
parent 2a14c8bad4
commit eb81aa6980
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
//Disable all default actions //Disable all default actions
e.preventDefault(); e.preventDefault();
}); });
$('input', frameBody).attr("disabled", true);
}); });
}); });
</script> </script>