Hi,
I'm making a page which provides links to images illustrating a story, which the viewer will have already read. Problem is this:
a first group of links has class"A"; these can be clicked in any order: however, I would like all of class "A" to have been clicked before the viewer gets to see the next group of links.
A possible way using jQuery might be to add a class "B"to a link when it's clicked; and then do
if all class"A" has Class"B", show the next group of links.
But I can't recall how to say "all of Class "A". Brain gone to mud.
And maybe there's a simpler way?