Skip to content

Instantly share code, notes, and snippets.

@jimoconnell
Created November 1, 2013 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimoconnell/7266453 to your computer and use it in GitHub Desktop.
Save jimoconnell/7266453 to your computer and use it in GitHub Desktop.
Instantiate Jquery accordion with all tabs closed
jQuery( ".accordion" ).accordion({
collapsible: true,
autoHeight: false,
active: false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment