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