Skip to content

Instantly share code, notes, and snippets.

@db0company
Created August 1, 2016 22:56
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 db0company/b9fde532eafb333beb57ab7903e69749 to your computer and use it in GitHub Desktop.
Save db0company/b9fde532eafb333beb57ab7903e69749 to your computer and use it in GitHub Desktop.
Examples to illustrate the MagiCircles Documentation
function updateCards() {
$('.card').unbind('click');
$('.card').click(function(e) {
e.preventDefault();
alert('Yay~');
return false;
});
reloadDisqus();
}
// *****************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment