6 lines
223 B
JavaScript
6 lines
223 B
JavaScript
/**
|
|
* Special Effects AJAX framework command.
|
|
*/
|
|
Drupal.ajax.prototype.commands.bookingEmailIDs = function(ajax, response, status) {
|
|
alert("Hello I'm Maged Eladawy...") ; // this will be executed after the ajax call
|
|
} |