2012-11-29 51 views

回答

1

賞心悅目諮詢關於文檔:

onRegionOver: function(event, code, region) 
    { 
     // log out the region and or code to see the ID 
     if (window.console) console.log(region); 
    }, 

http://jqvmap.com/

youll需要根據元件ID或類似

var foo = { "jqvmap1_thisID";"+5","jqvmap1_anotherID":"-2" }; 

然後執行轉換做了時間轉換散列/對象

(不寫所有pse udo代碼)

或者你可以有腳本來設置標籤onload,然後更新(settimeout 5000),儘管這並不理想。

祝你好運! Bo