1
我跑了谷歌多次,但答案仍不清楚。傳遞槽數據時,值保持爲空數據編號
我通過html中的數據槽數據id。這包含這樣一個「2015-11-01」的時間戳,當我console.log這在jquery中的值是空的。
幫助非常感謝
代碼:
data-timeIndacation="<?php echo $time1; ?>" in html/php
代碼:
var timeIndacation = $("#CanavaslineChartData").data("timeIndacation"); console.log(timeIndacation);
輸出:
不確定
值$ time1是一個有效的變量。當運行var_dump();它返回顯而易見的。 –
數據屬性必須小寫看到這個http://stackoverflow.com/questions/22753629/jquery-get-html-5-data-attributes-with-hyphens-and-case-sensitivity –
謝謝@AlexAndrei這解決了isssue –