Hi Thomas,
On 12/30/05, Thomas Fuchs <[EMAIL PROTECTED]> wrote:
> My guess is that you're using:
>
> <a href="#" onclick="Effect.Appear('some_element');">blah</a>
>
> style links. You must add "return false" to the onclick event, like
> this:
>
> <a href="#" onclick="Effect.Appear('some_element');return
> false">blah</a>
That was it! Many, many thanks...
Jeroen
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs