[jQuery] Re: jguiry conflicts Nitobi development

2008-10-16 Thread Karl Rudd
After you use noConflict() you can no longer use the jQuery version of $(...). You can use jQuery(...) instead or: jQuery(document).ready(function($){ // $ is the jQuery version here }); (All of this is from the "Using jQuery with Other Libraries" page I pointed to.) Karl Rudd On Thu, Oct

[jQuery] Re: jguiry conflicts Nitobi development

2008-10-16 Thread elyas
On Oct 15, 3:37 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > Nitobi has a $ function of it's own which conflicts with jQuery's version. > > See the link below for how to get things working together: >    http://docs.jquery.com/Using_jQuery_with_Other_Libraries > > Karl Rudd > > > > On Wed, Oct 1

[jQuery] Re: jguiry conflicts Nitobi development

2008-10-14 Thread Karl Rudd
Nitobi has a $ function of it's own which conflicts with jQuery's version. See the link below for how to get things working together: http://docs.jquery.com/Using_jQuery_with_Other_Libraries Karl Rudd On Wed, Oct 15, 2008 at 1:23 PM, elyas <[EMAIL PROTECTED]> wrote: > > i am using Interspie