I have a large amount of buttons all used to display a div before it, my question is instead of having 20 different javascript functions which all do the same thing, is it possi
Why are you using id's? Id's are unique and for multiple you should use classes instead.