Results 1 to 3 of 3

Thread: [solved] jquery.min.js and mootools?

  1. #1
    User
    Join Date
    08-04-09.
    Posts
    230

    Default [solved] jquery.min.js and mootools?

    I have installed a script for a supersized background.

    However, when referring to the script: jquery.min.js
    the lightbox is disabled, images show in blanc screen.

    Is it possible that mootools conflicts with jquery.min?

  2. #2
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: jquery.min.js and mootools?

    quite likely.
    you can put this

    var $j = jQuery.noConflict();
    into a file called jquery.noconflict.js, and call it into the head of your page.

  3. #3
    User
    Join Date
    08-04-09.
    Posts
    230

    Default Re: jquery.min.js and mootools?

    You rock!

    Thanks a lot!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •