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.
我们可以指定一个在 Drupal AHAH 表单的 AJAX 请求完成后调用的 Javascript 函数吗?
我认为没有一种干净的方法可以做到这一点。
在返回要插入 dom 的 html 时尝试包含脚本元素。
派对有点晚了,但你可以使用:
$(document).ajaxComplete(function() { // custom JS here });