Files
booking/booking.js
Nathan Coad 8c6c935233 fix
2016-06-03 10:50:04 +10:00

7 lines
275 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
}