[Rails] Re: toggle the caption of a link

2008-11-14 Thread Rick
You might take a look at this: http://wiki.rubyonrails.org/rails/pages/HowtoUseElement Rick On Nov 13, 6:56 am, Tarscher <[EMAIL PROTECTED]> wrote: > hi all, > > I'm trying to toggle the caption of a link between show archive and > hide archive? Everytime a user clicks the link the caption shou

[Rails] Re: toggle the caption of a link

2008-11-13 Thread Robert Zotter
Tarscher. First off you should download and install Firebug for firefox to help you debug any javascript errors you may be having. http://getfirebug.com/ The problem you are having is because you are calling a non-existent method, value(), on the div element. There is also no RJS method called v