8000 GitHub - realjoet/smooth-flexible-accordion: The accordion you want on your site
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

realjoet/smooth-flexible-accordion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##HOW TO: SMOOTH ACCORDION

  1. In your HTML, make a wrapper div with a class of accordion

  2. Make a div with masthead as the class within the accordion wrapper that will be what is shown as a tab of the accordion. Any content you drop in the div will be shown as your tab.

  3. Make a div with content as the class below the masthead div (but not within) that will be the content within the tab. Any content you drop in the div will be shown when you click on the tab.

  4. Make sure you have jQuery loaded in your html. Put it at the bottom of the body, below all your mark-up, so you don't look like a rookie.

  5. Make sure you link your js file below the jQuery script so your js file can use jQuery. If the jQuery is below your js file, your js will not be able to use jQuery.

####----Check the smooth-accordion.html for an example of how to set it up----

If you can't get this to work, feel free to message me on GitHub or at realjoet9@gmail.com. Please make sure you check for spelling and syntax errors before messaging me about problems.

About

The accordion you want on your site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0