disable input

This commit is contained in:
Matthew K. Fu JuYuan 2012-05-03 15:48:42 +08:00 committed by Christophe Vilayphiou
parent 453cb21066
commit 048ce4c97e
1 changed files with 1 additions and 0 deletions

View File

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