Hi Erik,
If you are using the jQuery.noConflict function and set the jQuery
Selector variable to $j as in:
var $j = jQuery.noConflict();

You need to make sure you go through all your jQuery code and change
the $() selector to $j() or whatever you set the variable to.
Also note note you need to make sure you aren't using $j in any of
your mootools code as well.

Good luck,
Steve


On Jan 19, 5:35 pm, "Erik R. Peterson" <eriks...@mac.com> wrote:
> Thank you.
>
> I read as you instructed me and I'm still confused.
>
> My first question, is there one script i can place in the header that  
> will eliminate the conflict?
>
> I actually read  Using jQuery with Other Libraries
>
> I understand the problem, but still having problems with the fix.
>
> Can there be one script placed in the head of the page that will  
> eliminate all the conflicts with different scripts?
>
> <script type="text/javascript">var $j = jQuery.noConflict();</script>
>
> Thanks for your help.
>
> Erik
>
> On Jan 19, 2009, at 5:16 PM, MorningZ wrote:
>
>
>
> > oooops... reading your post for the 4th time, i realize now that the
> > first two files are probably not related to jQuery.... hence they'd be
> > safe
>
> > anyways, show some code where you are trying to use jQuery and trying
> > to initialize your HTML to use the plugins you need.... that would
> > make it easier for others to help you
>
> > On Jan 19, 5:11 pm, MorningZ <morni...@gmail.com> wrote:
> >> Rather than just myself or someone else posting what *probably* would
> >> work... how about some work to help understand what's going on?
>
> >> First off, make sure to read the link Karl posted...
>
> >> Secondly, before you do *anything* jQuery related, you want to  
> >> include
> >> the library first......  you've got 3 or 4 include files that need
> >> jQuery before you even load jQuery...  that would be the reason why
> >> your code doesn't work
>
> >> Third, and related to "First", you want to set the ".noConflict" as
> >> soon as you can so your code is consistently using the same methods
> >> for using jQuery
>
> >> On Jan 19, 5:05 pm, "Erik R. Peterson" <eriks...@mac.com> wrote:
>
> >>> Good question.. I'll fix that...
>
> >>> Can you give me the script to fix the conflict?
>
> >>> Erik
>
> >>> On Jan 19, 2009, at 4:43 PM, MorningZ wrote:
>
> >>>> How come you are including both 1.2.3 and 1.2.6 versions of jQuery?
>
> >>>> On Jan 19, 4:40 pm, "Erik R. Peterson" <eriks...@mac.com> wrote:
> >>>>> I have a lot of jquery scripts in my html and I just added a  
> >>>>> mootools
> >>>>> script.
>
> >>>>> Now none of my jquery scripts don't work.
>
> >>>>> <script type="text/javascript" src="/src/js/rssticker.js"></
> >>>>> script>
> >>>>> <script type="text/javascript" src="/src/js/slideshow.js"></
> >>>>> script>
> >>>>> <script type="text/javascript" src="/src/js/jquery/lavalamp/
> >>>>> jquery-1.2.3.min.js"></script>
> >>>>> <script type="text/javascript" src="/src/js/jquery/lavalamp/
> >>>>> jquery.easing.min.js"></script>
> >>>>> <script type="text/javascript" src="/src/js/jquery/lavalamp/
> >>>>> jquery.lavalamp.min.js"></script>
> >>>>> <script type="text/javascript" src="/src/js/jquery/
> >>>>> jquery-1.2.6.min.js"></script>
> >>>>> <script type="text/javascript" src="/src/js/jquery/
> >>>>> jquery.labelify.js"></script>
>
> >>>>> <script type="text/javascript" charset="utf-8" src="/src/js/
> >>>>> mootools/
> >>>>> barack/barackslideshow.js"></script>
> >>>>> <script type="text/javascript" charset="utf-8" src="/src/js/
> >>>>> mootools/
> >>>>> barack/demo.js"></script>
> >>>>> <script type="text/javascript" charset="utf-8" src="/src/js/
> >>>>> mootools/
> >>>>> 1.2.1/core.js"></script>
> >>>>> <script type="text/javascript" charset="utf-8" src="/src/js/
> >>>>> mootools/
> >>>>> 1.2.1/more.js"></script>
> >>>>> <script type="text/javascript" charset="utf-8" src="/src/js/
> >>>>> mootools/
> >>>>> barack/morphlist.js"></script>
>
> >>>>> I need help.
>
> >>>>> Can someone show me how to use the "noconflict" script.....
>
> >>>>> Many thanks.
>
> >>>>> Erik

Reply via email to