Your Name há 3 anos atrás
pai
commit
190c654752
1 ficheiros alterados com 4 adições e 0 exclusões
  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) {
       $.get("http://api.ptt.cx:8080/keyword/"+$('#search_query').val(), function (result) {
 
 
         console.log(result);
         console.log(result);
+        $('#globalrank').html(result.msearch)
+        $('#countryrank').html(result.msearch)
+        $('#category').html(result.msearch)
+
         alert(result.competition)
         alert(result.competition)
 
 
         alert(result.msearch);
         alert(result.msearch);