Displaying 1 result from an estimated 1 matches for "thedescription".
Did you mean:
the_description
2006 Feb 01
1
Combine Ajax call with an effect.
Hello list.
I am a newbie with prototype, scriptaculous and with JS.
Right now, I have a successful ajax call that appears in my div
(thedescription) when I mouse over the link, and disappears when I
click on the link. What I would like to have happen is to combine
this with an effect (ie, onclick="new
Effect.toggle($(''thedescription''),''blind'')">) so that the user has to
click on the link t...