Hello -
I am using a visual_effect like this:
<%= link_to "Question #1", "#", :onclick => visual_effect(:toggle_blind, 'question1') %>
Question #1: Answer
So that when the link to Question #1 is clicked on, it drops down the
answer in the hidden
the focus, so that the browser window focus doesn’t jump to the top of
the screen, but instead focuses on my hidden div?
Thanks for any help!!
LAB