|
|
|
|
|
by capitainenemo
1339 days ago
|
|
95% of the functionality web apps I've been put in charge of building works without JavaScript. You do lose things like form validation, and some of the links to things like detail forms opens in the same window instead. Or, say, a master/detail selection having a full list of hundreds of items instead of 90% of them hidden based on <optgroup> It's useful for most of the reasons listed in the parent article. You can also do quite a lot in CSS these days for interactivity - and with better performance than JS. Expand/collapse sections (with animation), menus including transition delay for more mouse forgiveness, slide out panels..
Also pretty easy to then tweak it for alternate mobile layout. |
|