$this->registerJS('
$(\'#updateButton-A, #updateButton-B, #updateButton-M, #updateButton-Z\').click(function(){
$(\'div#updateContent\').empty();
$(\'#modal\').modal(\'show\')
.find(\'div#updateContent\')
.load($(this).attr(\'value\'));
});
');