Files
booking/booking.js
Nathan Coad 4e4fda63f1 test
2016-06-03 10:48:51 +10:00

7 lines
276 B
JavaScript

/**
* Special Effects AJAX framework command.
*/
Drupal.ajax.prototype.commands.bookingEmailIDs = function(ajax, response, status) {
var initValues = $('input:hidden#booking_email_default_ids').val());
alert(initValues) ; // this will be executed after the ajax call
}