blob: 4c8ef90df835987c15b0e07d2e84a71cb1856488 [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("");
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>