|
@@ -285,7 +285,8 @@
|
|
|
// alert(dataOBJ)
|
|
|
objstr = JSON.stringify(dataOBJ);
|
|
|
console.log(objstr);
|
|
|
- $.get("http://api.ptt.cx:8080/keyword/"+$('#search_query').val(), function (result) {
|
|
|
+// $.get("http://api.ptt.cx:8080/keyword/"+$('#search_query').val(), function (result) {
|
|
|
+ $.get("http://www.googo.org:8001/keyword/"+$('#search_query').val(), function (result) {
|
|
|
|
|
|
console.log(result);
|
|
|
$('#globalrank').html(result.msearch);
|