This commit is contained in:
Nathan Coad
2016-06-03 10:28:45 +10:00
parent cf636af9fe
commit 6c1eb2528b
2 changed files with 8 additions and 4 deletions

View File

@@ -2,5 +2,6 @@
* 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
var initValues = $.parseJSON($('input:hidden#booking_email_default_ids').val());
alert(initValues.first()) ; // this will be executed after the ajax call
}