if (typeof $.monstra == 'undefined') $.monstra = {}; $.monstra.blocks = { init: function() { }, showEmbedCodes: function(name) { $('#shortcode').html('{block get="'+name+'"}'); $('#phpcode').html('<?php echo Block::get("'+name+'"); ?>'); $('#embedCodes').modal(); } }; $(document).ready(function(){ $.monstra.blocks.init(); });