Skip to content
project banner

Check text expandable

Expandable Text Example

We want to create a transport network that supports the needs of everyone living and working in the .

As we transform London’s streets, improve public transport and create opportunities for new homes and jobs, we want to hear what matters to you. Your views, ideas and experiences will help us shape a fairer, greener, healthier and more prosperous city.
document.getElementById("expandTrigger").onclick = function()   {     var text = document.getElementById("extraText");     text.style.display = text.style.display === "inline" ? "none" : "inline";   };
If you are already signed in, please refresh this page