Skip to content

Instantly share code, notes, and snippets.

@shrutis22
Created January 15, 2016 07:12
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 shrutis22/7ef3f95909ecd9c07e08 to your computer and use it in GitHub Desktop.
Save shrutis22/7ef3f95909ecd9c07e08 to your computer and use it in GitHub Desktop.
Function to create 3 Divs
function createRandBlocks() {
$(".playground").append('<div class="opponent-1"></div>');
$(".playground").append('<div class="opponent-2"></div>');
$(".playground").append('<div class="opponent-3"></div>');
randBlocks();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment