On Sat, May 24, 2008 at 3:35 PM, <[EMAIL PROTECTED]> wrote:

>
> ...
> TypeError: Value undefined (result of expression $(document).ready) is
> not object.
> ...
>
> Any help or pointers would be appreciated.
>
> -David

$(document).ready() is a jQuery function that is likely getting overwritten
by Prototype.  You'll need to use jQuery's no conflict mode if you want both
libraries to play nice together.

http://docs.jquery.com/Using_jQuery_with_Other_Libraries

- Ken Snyder

--~--~---------~--~----~------------~-------~--~----~
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