It seems that the multi-page demo removes all screenreader cues. It
seems to use the label tag incorrectly and there is no
'required' added to the input field.
Can the multi-page demo be easily updated to be accessible to
screen readers?
The non multi-page demo seems better except that it removes the
default browser functionality that displays an error as the user
moves away from a particular field.
I need to make this variable "button1" dynamic var hs3 = new hideShow('button1');
In the actual html I am using an array (arr) that seems to work fine. but I can't for the life of me figure out the lopp or count or array to create the same goal.
The closest I have come is:
var i = 0; i >0; i++; var hs3 = new hideShow('button' + i); but it doesn't loop and works only with one instance.