Javascript, show and hide content blocks
There are plenty of times when you need to either hide or show a set of content on the page and you do not want to refresh the page to have a server side language handle the hide/show. Using javascript it's pretty trivial. First you will want to decide what it is that you want to show/hide, for the purposes of this example it will be a div with an id: <div id="i_am_content" style="display: block;">Hide me, show me, do whatever you please</div> Now lets show some javascript to manipul... read more!
Posted in technology | Post Comment

RSS Feed