Thank you for this tutorial, I am searching for alternate open-close accordion logic and you provide exact same concept. thanks
@CodingLabYT2 жыл бұрын
Glad it was helpful!
@j_u_d_y3041 Жыл бұрын
Wow~This is the ultimate accordion tutorial that I need! Thank you so much for sharing the process!
@RobiulIslam-dn9mm Жыл бұрын
Thank you. I badly needed this and after searching so many places, I found it at last.
@redaloui Жыл бұрын
Awesome, I hope you gather every sniper in one ui kit, or create ur own html template will love to buy it. Just focus not to deal heavily on javascript.
@CodingLabYT Жыл бұрын
I will try my best
@deekshithpoojary262 Жыл бұрын
MMMMM Finally i got the perfect FAQ that I was looking from last 2 days
@programmermobile54132 жыл бұрын
I really thank you very much for providing the source code so I can be inspired
@CodingLabYT2 жыл бұрын
No worries!, t will be uploaded soon.
@randabadawy41702 жыл бұрын
great job , this tutorial was usful to me . thanks
@CodingLabYT2 жыл бұрын
Glad it helped
@codingcinemax2 жыл бұрын
Amazing Tutorial 👌👌
@CodingLabYT Жыл бұрын
Thank you! Cheers!
@64_bit_coding2 жыл бұрын
You're so awesome!
@CodingLabYT2 жыл бұрын
You too!!
@BilalMohammed1988 Жыл бұрын
Can you explain what do you mean by this "if (index1 != index2){ }" i have a confusion here.
@AboudASalam Жыл бұрын
the second forEach (in removeOpen function) will loop through all the accordions and by using the index2 we get the index of each accordion so we can use this condition and compare both the indexes (index1 and index2) to remove the class "open" from all accordions and reseting the height of each accordion to 0 except for the one that matches index1 (which we click on) to have one accordion opened for each click. if u still don't get it , open ur code studio and try it urself with printing both indexes in the console so u understand what do they stand for
@ianxven Жыл бұрын
thanks man, this helps alot
@rayforever2 жыл бұрын
Can you do a big project like cloud drive website just like gdrive or mega drive , your chatting website was awesome , and also a simple OTP verification page too Yours sincerely Subscriber and supporter
@aekungkuntorpon70572 жыл бұрын
Thank you for this video 💯
@CodingLabYT2 жыл бұрын
My pleasure!
@ignatjmudi875410 ай бұрын
Bravo!!!!!!
@siva50422 жыл бұрын
Please do voice over it will be more understandable
@davymaro2 жыл бұрын
Gracious, I cant find the sourcodes for downloading
@CodingLabYT2 жыл бұрын
It will be uploaded soon.
@ritik_p_2 жыл бұрын
Great tutorial! Subscribed! Will the source code be up soon?
@CodingLabYT2 жыл бұрын
Now Link is available.
@64_bit_coding2 жыл бұрын
You should do custom context menu
@RealCatDe2 жыл бұрын
Nice video
@CodingLabYT2 жыл бұрын
Thanks a ton
@RealCatDe2 жыл бұрын
@@CodingLabYT np can you in the next video make login/sign in form with database?
@Henry_Nunez2 жыл бұрын
Gracias 👉🔔
@muygalan2 жыл бұрын
Is it possible to embed an into this?
@musuhabadi2534 Жыл бұрын
your line 4 on js, you missed the dot (".header") . But why its still working ??
@CodingLabYT Жыл бұрын
I have selected header tag.
@tasneemayham9749 ай бұрын
Guys, does anyone know how to add a transition to the plus and minus to rotate? I tried, but couldn't figure it out. Thanks for any help!!
@DarkaNight1239 ай бұрын
Tenía un problema con que las opciones del acordeón no se abrían al tamaño del contenido. Lo pude solucionar con lo siguiente: description.style.height = description.scrollHeight + "px" ;
@Архив-в3ц11 ай бұрын
16:08
@cgianimationtv18282 жыл бұрын
please 🙏🥺 code entertainment website front page layout and entertainment website single page ...thanks 👍
@hasibulhossainemon Жыл бұрын
want this code
@ClashRoyale-pt9zj Жыл бұрын
muito bom
@tolgabrandt2 жыл бұрын
get bootstrap
@RianaBeaCPena2 жыл бұрын
Hello can you please help me on how to code this? Thanks! Write a JavaScript function to get the month name from a particular date. Test Data: °console.log(month_name(new Date("10/11/2009"))); °console.log(month_name(new Date("11/13/2014"))); Output : "October" "November"