Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个未加载的 highcharts 图表.. 我想做类似 $(document).ready() 的操作,以使包含图表数据的 js 文件仅在部分等已传递到构建完整页面后运行.
我如何在rails中做到这一点?
您是否真的尝试过使用:
$(document).ready(function(){ //your code? });
如果你把它放在你的 application.js 中,它应该可以工作