Skip to content

Instantly share code, notes, and snippets.

@jljohnstone
Created February 19, 2015 18:06
Show Gist options
  • Save jljohnstone/7cf5fb848ed15e0803e7 to your computer and use it in GitHub Desktop.
Save jljohnstone/7cf5fb848ed15e0803e7 to your computer and use it in GitHub Desktop.
jquery ui accordian collapse all
$(function() {
$( "#Accordion1" ).accordion({
collapsible: true,
active: false
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment