$(function() { //yipTopics(); $(document).on('click.yipEvent', '.yipEmbed .goto', function(e) { e.preventDefault(); yipEmbed.setParams({ 'prefix': $(this).data('prefix') }); }); $(document).on('click.yipEvent', '.yipEmbed .refresh', function(e) { e.preventDefault(); yipEmbed.refreshEmbed(); }); });