क्या AJAX कॉलबैक में कस्टम JS फ़ंक्शन को लागू करना संभव है?
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);
}
हाँ यही है। या कम से कम यह संभव होना चाहिए। कोई विशेष समस्या?
—
मोलॉट