View Single Post
Old 12-14-2011, 08:52 AM   PM User | #2
devnull69
Senior Coder

 
Join Date: Dec 2010
Posts: 2,261
Thanks: 10
Thanked 533 Times in 527 Posts
devnull69 will become famous soon enough
This is because the selectAll() method will only be invoked when actually clicking on the "Select All Answers" button. But you did not click it between step 3 and 4

What you should do: When you click on a grid button, toggle answerBtnsOn/answerBtnsOff for all the (A-Z) buttons not currently showing.

I've updated the fiddle
devnull69 is offline   Reply With Quote