Your Name 3 년 전
부모
커밋
190c654752
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      similar_web/index3.html

+ 4 - 0
similar_web/index3.html

@@ -280,6 +280,10 @@
       $.get("http://api.ptt.cx:8080/keyword/"+$('#search_query').val(), function (result) {
 
         console.log(result);
+        $('#globalrank').html(result.msearch)
+        $('#countryrank').html(result.msearch)
+        $('#category').html(result.msearch)
+
         alert(result.competition)
 
         alert(result.msearch);