blob: afd9d294b37761c8c7129f05f6a4999e627c231b [file]
<script type="text/javascript">
key = $("#test").val();
// CASE 1
if (key.length < 3) {
$("#ae-result").append("<small>Ít nhấtphải trên 3 kí tự</small>");
} else {
$("#ae-result").text("");
</script>