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を返すときに、script要素を含めてみてください。
パーティーに少し遅れましたが、次のものを使用できます。
$(document).ajaxComplete(function() { // custom JS here });