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
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
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
3 matches
Mail list logo