Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@scottwater
Created June 30, 2015 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottwater/3d08a1d66ec650e0e460 to your computer and use it in GitHub Desktop.
Save scottwater/3d08a1d66ec650e0e460 to your computer and use it in GitHub Desktop.
KickoffLabs Widget Success Event
<script type="text/javascript">
$(document).ready(function(){
$(document).bind("kol:success", function(e, data, status, xhr) {
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment