Skip to content

Instantly share code, notes, and snippets.

@bacoords
Created July 20, 2016 14:35
Show Gist options
  • Save bacoords/86ee5e177d361c41da70d7f91a8dff39 to your computer and use it in GitHub Desktop.
Save bacoords/86ee5e177d361c41da70d7f91a8dff39 to your computer and use it in GitHub Desktop.
//Max Clicks
var i = 0;
var el = document.getElementById("cb-dust-particles");
el.addEventListener("click", function(){
i++;
if(i == 10) {
pJSDom[0].pJS.interactivity.events.onclick.enable = false;
}
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment