Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 19, 2012 19:08
Show Gist options
  • Select an option

  • Save smileyj68/2955951 to your computer and use it in GitHub Desktop.

Select an option

Save smileyj68/2955951 to your computer and use it in GitHub Desktop.
Foundation 3 Reveal JS Call
<script type="text/javascript">
$(document).ready(function() {
$('#buttonForModal').click(function() {
$('#myModal').reveal();
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment