|
|
|
|
|
by sil3ntmac
4916 days ago
|
|
I often pass inline data from server -> client JS using a meta tag. In rails3 it would look like: <meta name='blah' content="<%= @data.to_json %>" /> However this has always seemed unclean to me. Does anyone else have a better, alternative method of inlining data? I'd rather not use inline scripts for the exact reason they mention. |
|