Skip to content

Instantly share code, notes, and snippets.

@P1xt
Created July 11, 2016 18:57
Show Gist options
  • Save P1xt/5869bc3dca84aa061517d5c560217b76 to your computer and use it in GitHub Desktop.
Save P1xt/5869bc3dca84aa061517d5c560217b76 to your computer and use it in GitHub Desktop.
LkOYzA
<div class="target1">Get Another Quote?</div>
$(document).ready(function() {
$("div").addClass("animated bounce");
});
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment