+64-3-3595735

Monthly Archives: April 2024

How do you stop a Bootstrap accordion from closing all tabs

Summary This how to demonstrates how to stop  a Bootstrap accordion from closing all tab which leaves an empty space in your page which can cause unsightly resizing. The Problem The Bootstrap accordion  allows you to display information by having a series of tabs which can be clicked to display the information under them. When […]

Coding an HTML button that works on mobile and desktop ( touch and mouse)

Summary This howto demonstrates one method for getting a button to work on both mobile and desktop ( touch and mouse click) without using jQuery. it uses vanilla JavaScript and should work on most platforms. The Problem While coding a site I wanted a button to fire an event that hid some items on the […]