| <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(""); | |
| if (data != null) { | |
| $.each(data, function (i, item) { | |
| text = "<div><strong>" + item.Anime.name + "</strong><br/><em>Tên khác: </em><small>"; | |
| item = item.Synonym | |
| }) | |
| } | |
| } | |
| </script> |