Create an responsive Accordion with CSS3, HTML5 and jQuery. Accordion toggle is the latest style of toggle. Accordion is mostly using for FAQ and design features. This kind of toggle is make the web page as very attractive ,simple and include more content. Here HTML, CSS & jQuery for accordion. Accordions are mainly used to toggle extra information. They help to organize and de-clutter information.
Table of Content
- The HTML
- The CSS
- The jQuery
The HTML
The layout is pretty. class ‘content white’ used for style full menu and class ‘accordion-container’, style each accordion menu. The class=’accordion-toggle’ will be the “link(a)” for the accordion. The element that comes directly after that will be the element being toggled by clicking on the previous ‘a’ href in class ‘accordion-container’. Toggled div contain image, paragraph,div all html tags.
Responsive jQuery Accordions
Responsive Navigation Menu Using Only CSSResponsive menus are built to work with desktop browsers as well as touch and mobile devices. In here the dropdown menu also available in all device using pure CSS. A pure CSS responsive menu created that automatically changes to a toggleable dropdown menu at a specified breakpoint based on CSS3 media queries. If you are having trouble getting your website menu working on an iPhone, iPad, or Android device, then check out these menus.
Ten Open Source Backup and Recovery ToolsIn the data center environment the open source tools have many advantages. First and foremost is their low cost and the flexibility they provide. Everyone will be aware of the source code so any enhancements that need to be done have a greater chance of getting implemented, quickly.
Ten FOSS backup tools
- AMANDA
- Bacula
- Bareos
- Clonezilla
- FOG
- Rsync
- BURP
- Duplicati
- BackupPC
- Box Backup
The CSS
The CSS is just doing some basic styling.
The jQuery
It’s really amazing at how simple jQuery can make our lives. This is all that is required for the accordion: