Effect.SlideUp('content');
new Ajax.Updater('content', 'page.php?p=' + pageNumber, OnComplete:
{ new Effect.SlideDown($('Content')); return false; }
); return false; }

Are you sure? Look in your code here.

new Ajax.Updater('content'...)  --- lowercase c

then

 Effect.SlideDown($('Content')) --- uppercase c.

On Jul 8, 4:36 pm, Althalos <[EMAIL PROTECTED]> wrote:
> Not in this last example I don't, I revised it. Like in my last post
> the names were container and content...
>
> On 8 Juli, 22:22, Diodeus <[EMAIL PROTECTED]> wrote:
>
> > You do realize that you're calling your DIVs "content" and "Content",
> > right?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to