Files
booking/booking.js
2016-06-03 09:45:16 +10:00

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
}