JavaScript Accordion (Code-Along)

  Рет қаралды 4,501

Treehouse

Treehouse

Күн бұрын

Пікірлер: 9
@GreeDeus
@GreeDeus 2 жыл бұрын
i done something similar but how you keep open just the one you clicked, and the other one(s) closed?
@gotreehouse
@gotreehouse 2 жыл бұрын
There are many ways to do this! One way to only open one accordion at a time is that you'll want to grab a collection of accordion elements and remove the active class on all of them and then add the active class on the clicked accordion.
@iam-arshadB
@iam-arshadB 2 жыл бұрын
We can use the builtin summary & detail html tags to save our time and effort.
@Knards
@Knards 2 жыл бұрын
Thanks!
@ahmedadennoor4954
@ahmedadennoor4954 2 жыл бұрын
so helpfull bro keep going i alos want to be developer
@spiritualforce
@spiritualforce Жыл бұрын
Thank you
@TheBarceloner
@TheBarceloner 2 жыл бұрын
First 🎉
@jesusserna9415
@jesusserna9415 2 жыл бұрын
Thanks!! I didnt know how to do this component, im still learning js => the only part that i modified was (if/else) with ternary operator : let btnsIcon = accordion.querySelector("button"); btnsIcon.textContent === "+" ? (btnsIcon.textContent = "-") : (btnsIcon.textContent = "+");
@gotreehouse
@gotreehouse 2 жыл бұрын
Love your use of a ternary! Very nice alternative!
JavaScript Emoji Selector Using Fetch
10:55
Treehouse
Рет қаралды 8 М.
Create an Accordion Menu in 15 minutes with JavaScript
16:14
John Komarnicki
Рет қаралды 7 М.
Accordion Element | JavaScript Tutorial
4:47
CodePhilip
Рет қаралды 178
JavaScript Search
9:38
Treehouse
Рет қаралды 5 М.
The simple trick to transition from height 0 to auto with CSS
4:27
Kevin Powell
Рет қаралды 227 М.
How to Create an Accordion Using HTML CSS and JavaScript
18:55
OnlineITtuts Tutorials
Рет қаралды 7 М.
Accordion (HTML, CSS and JavaScript)
27:46
Coding Journey
Рет қаралды 62 М.
How to Animate CSS Properties with JavaScript
10:24
dcode
Рет қаралды 5 М.
How to accept JavaScript USER INPUT in 5 minutes 💬
5:22
Bro Code
Рет қаралды 101 М.
How to create Tabs using HTML, CSS, and JAVASCRIPT
15:40
Simple Code
Рет қаралды 68 М.
How To Make Accordion Design Using HTML And CSS Step By Step
11:39