Untitled


SUBMITTED BY: Guest

DATE: April 24, 2013, 8:15 a.m.

FORMAT: JavaScript

SIZE: 401 Bytes

HITS: 935

  1. $(function() {
  2. //yipTopics();
  3. $(document).on('click.yipEvent', '.yipEmbed .goto', function(e) {
  4. e.preventDefault();
  5. yipEmbed.setParams({ 'prefix': $(this).data('prefix') });
  6. });
  7. $(document).on('click.yipEvent', '.yipEmbed .refresh', function(e) {
  8. e.preventDefault();
  9. yipEmbed.refreshEmbed();
  10. });
  11. });

comments powered by Disqus