我正在使用 hinclude 异步加载内容,如http://symfony.com/doc/current/book/templating.html#asynchronous-content-with-hinclude-js中的简要说明。片段已成功异步加载,但是我无法从片段中运行 java 脚本。我想知道在加载片段后是否有回调函数或从片段内运行脚本的任何其他方式。我有下面的代码来使用 hinclude 呈现片段:
{% render "DBundle:Prt:viewSns" with {'slug': prt.id}, {'standalone' : 'js'} %}