啊哈 JavaScript 回调

发布于 2024-10-06 14:52:24 字数 60 浏览 1 评论 0原文

我们可以指定在 Drupal AHAH 表单的 AJAX 请求完成后调用的 Javascript 函数吗?

Can we specify a Javascript function to be called after the AJAX request from a Drupal AHAH form is completed?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

十年九夏 2024-10-13 14:52:24

我认为没有一种干净的方法可以做到这一点。

尝试在返回要插入到 dom 中的 html 时包含脚本元素。

I don't think there is a clean way to do this.

Try including a script element when returning html to be inserted in the dom.

清风不识月 2024-10-13 14:52:24

聚会有点晚了,但你可以使用:

$(document).ajaxComplete(function() {
  // custom JS here
});

A little late to the party but you can use:

$(document).ajaxComplete(function() {
  // custom JS here
});
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文