Files
booking/booking.js
Nathan Coad d3ef2572a1 js test
2016-06-03 10:58:32 +10:00

10 lines
319 B
JavaScript

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