jQuery(function($) { "use strict"; $('#blog-edit-dialog').on('post-data-loaded', function(r) { console.log(r); }); });