[jQuery] Re: using jQuery with multiple libraries

2007-05-11 Thread browntown
unfortunately I can't...this currently on an internal server. I can't push it live until the site is in production. Let me try to replicate it and push it somewhere for you to view. On May 11, 3:37 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > Can you provide a URL for where this is happening? It

[jQuery] Re: using jQuery with multiple libraries

2007-05-11 Thread John Resig
Can you provide a URL for where this is happening? It will help us to debug the problem. --John On 5/11/07, browntown <[EMAIL PROTECTED]> wrote: Thanks for the replies...I've tried every variation provided on the using jquery with other libraries page...still no dice. I still receive the fol

[jQuery] Re: using jQuery with multiple libraries

2007-05-11 Thread browntown
Thanks for the replies...I've tried every variation provided on the using jquery with other libraries page...still no dice. I still receive the following error: jQuery(document).ready is not a function [Break on this error] jQuery(document).ready(function($){ On May 10, 11:25 pm, "[EMAIL PROTECT

[jQuery] Re: using jQuery with multiple libraries

2007-05-10 Thread [EMAIL PROTECTED]
Maybe try setting an arbitrary variable, like the example in the documentation (http://docs.jquery.com/ Using_jQuery_with_Other_Libraries, copy and pasted below) var $j = jQuery.noConflict(); // Use jQuery via $j(...) $j(document).ready(function(){ $j("div").

[jQuery] Re: using jQuery with multiple libraries

2007-05-10 Thread hj
> I'm having problems getting my jquery code to execute properly. I've > read the documentation on jquery.com but i'm still receiving the error > message: "jQuery(document).ready is not a function". I had the exact same situation here, just yesterday, combining with an older (v1.3.1) version of