KW Online Tools Zone
Knowledge Walls
View All Tools Home
ACCORDION_EXAMPLE
[Jquery editor]
Run
Share Link
Clear
HTML [Ctrl+Enter] - to run
jQuery UI Accordion - Default functionality
Lion
Title
Content
Monkey
Title
Content
Piegon
Title
Content
CSS [Ctrl+Enter] - to run
.content-compo { display: block; width: 320px; } .img-area { width: 150px; float: left; } .text-area { width: 150px; float: right; } .text-area div { display: block; } .content-title { cursor: pointer; } .text-area div.text-area-content { display: none; }
Jquery [Ctrl+Enter] - to run
$(function () { $("#accordion").accordion(); $(".content-title").click(function () { $(this).next().toggle(); }); });
OUTPUT
Copyright © 2021 Knowledge walls, All rights reserved
Copyright © 2021 Knowledge walls, All rights reserved