Files
booking/booking.js
Nathan Coad 6c1eb2528b js test
2016-06-03 10:28:45 +10:00

7 lines
296 B
JavaScript

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