blob: 426a19f901a771e59c816cdbd156ceaf9f7dc83e [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>