Skip to content

Instantly share code, notes, and snippets.

@nuhil
Last active June 4, 2017 09:00
Show Gist options
  • Save nuhil/e2b89c320fa5f38d5a6a to your computer and use it in GitHub Desktop.
Save nuhil/e2b89c320fa5f38d5a6a to your computer and use it in GitHub Desktop.
gist for bongabdo jQuery plugin
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="jquery.bongabdo.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.bongabdo').bongabdo();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment