It sounds like Prototype is overwriting jQuery's $ function. If you want to continue using the two libraries together, you'll need to refer to jQuery's $ function as 'jQuery', like so:
jQuery(document).ready(function(){ //.. }); More information about this setup can be found here: http://docs.jquery.com/Using_jQuery_with_Other_Libraries Hope this helps! --John On 5/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I'm mentally retarded, or something. I'm getting this error: Error: $(document).ready is not a function I am also using rico and prototype, maybe some sort of conflict? I'm new to jQuery, like, I just started 30 minutes ago, and I can't get past this silly hurdle, any suggestions?