So my dilemma is that I don\'t want to write the same code twice. Once for the click event and another for the touchstart event.
touchstart
Here is the original co
//catch volume update var volEvents = "change,input"; var volEventsArr = volEvents.split(","); for(var i = 0;i