เป็นไปได้ไหมที่จะเรียกใช้ฟังก์ชัน JS ที่กำหนดเองใน AJAX callback?
function MY_MODULE_ajax_callback() {
// Define a new array to hold our AJAX commands.
$ajax_commands = array();
// Create a new AJAX command that replaces the #page text with our own text.
$ajax_commands[] = [CUSTOM JS FUNCTION]
// Return our commandS
return array('#type' => 'ajax','#commands' => $commands);
}
ใช่แล้ว. หรืออย่างน้อยก็ควรจะเป็นไปได้ มีปัญหาเฉพาะหรือไม่?
—
Mołot
นี่น่าจะเป็นสิ่งที่ซ้ำกันของdrupal.stackexchange.com/questions/18867/ …
—
ErichBSchulz