@@ -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);