Skip to content

Instantly share code, notes, and snippets.

@Kallin
Created April 17, 2012 23:30
Show Gist options
  • Save Kallin/2409887 to your computer and use it in GitHub Desktop.
Save Kallin/2409887 to your computer and use it in GitHub Desktop.
test gist
<script type="text/javascript">
$(document).ready(function() {
//collapsible management
$('.collapsible').collapsible({
defaultOpen: 'section1,section3'
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment