Pure HTML accordion… nice 👍🏻👍🏻👍🏻
💡 HTML Tip
You can create an accordion element in pure HTML 👇🏼 pic.twitter.com/DSvAnKV9Dp
— Csaba Kissi (@csaba_kissi) May 22, 2022
You might also be interested in...
How to make grouped select lists with pure HTMLMany devs don’t know you can group elements in dropdowns without custom libraries but.. you can easily do this using … Continue reading How to make grouped select lists with...
Entity Framework Core 6 will not scaffold a model for ‘pure’ many-many tables
From Entity Framework Core 6 pure many-many tables (eg. those without columns other than FKs) will not be scaffolded into … Continue reading Entity Framework Core 6 will not scaffold...
Adding data attributes to each option rendered by MVC DropDownListFor HTML Helper
Quite often you have a scenario whereby a parent dropdown causes another element to be updated based on what is … Continue reading Adding data attributes to each option rendered...
MVC HTML helpers read from modelState before looking in the model
If you have posted back a form to an MVC action method and want to update some of the bound … Continue reading MVC HTML helpers read from modelState before...
Don’t over architect software by trying to fit as many patterns and popular approaches in as possible
I can definitely relate to the tweet below 👇🏻. When I first started architecting software I was obsessed with complexity … Continue reading Don’t over architect software by trying to...