以下の内容はhttps://simanman.hatenablog.com/entry/2013/10/21/021716より取得しました。


RailsでRubyのハッシュをJavascript側に渡す

忘れないようにメモ

@sample = { a: 1, b: 2, c: 3 }
var test = <%= @sample.to_json.html_safe %>;
console.log(test);          #=> Object {a: 1, b: 2, c: 3} 
console.log(test.a);        #=> 1



以上の内容はhttps://simanman.hatenablog.com/entry/2013/10/21/021716より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14