একটি এজেএক্স কলব্যাকে কি কাস্টম জেএস ফাংশন চাওয়া সম্ভব?
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