Skip to content

Instantly share code, notes, and snippets.

@nitishn
Last active August 29, 2015 13:56
Show Gist options
  • Save nitishn/9283137 to your computer and use it in GitHub Desktop.
Save nitishn/9283137 to your computer and use it in GitHub Desktop.
$(document).on('didRefreshWidgetContent', function () {
// referral url is canvas_url + reverral_id
var the_referral_id = $('.ref-id').data('id');
var the_referral_url = "{{ canvas_url }}" + "?wfrs=" + the_referral_id;
});
<!-- This would go within the {% if sweeps_settings.completed %} section -->
<div class="ref-id" data-id="{{ sweeps_settings.referral_id }}"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment