gpt4 book ai didi

php - 异步 => 在 drupal_add_js() : asynchronous call for a js file 中为真

转载 作者:行者123 更新时间:2023-12-04 02:13:54 25 4
gpt4 key购买 nike

我不是 Drupal 和 PHP 专家..我想异步添加一个 js 文件,但我不知道如何添加。现在,当我将 js 文件添加到我的 Drupal 网站 (7.x) 时,我使用

drupal_add_js(path_to_theme() . '/scripts/Home.js');

但现在我想添加一个异步的js文件。也许我应该补充

 async => TRUE

但我不知道在哪里....

所以请你能帮我看看如何重写 drupal_add_js 吗?

我希望你能帮助我,非常感谢,对不起我的英语。

最佳答案

您可以使用 Drupal 7 的“异步 JavaScript”模块来做到这一点:https://www.drupal.org/project/async_js

或者您可以实现 hook_js_alter() 并将 async = TRUE 键添加到外部文件。检查 Drupal 上的此链接:https://www.drupal.org/node/2299773

关于php - 异步 => 在 drupal_add_js() : asynchronous call for a js file 中为真,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35725317/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com