blob: 2cce9a8b8f915f17e8157d339dbafbacc6982086 [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>