Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • trisha918 Friend
    #184142

    Hi
    When i want to use this code


    $(function() {
    // OPACITY OF BUTTON SET TO 0%
    $(".roll").css("opacity","0");

    // ON MOUSE OVER
    $(".roll").hover(function () {

    // SET OPACITY TO 70%
    $(this).stop().animate({
    opacity: .8
    }, "slow");
    },

    // ON MOUSE OUT
    function () {

    // SET OPACITY BACK TO 50%
    $(this).stop().animate({
    opacity: 0
    }, "slow");
    });
    });

    my mega menu not working
    that code nedd to load

    https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js

    I add that in my head tag

    after search in mu source code I understand my k2 added 1.8/jquery.min.js

    after that I delete https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js from my head tag

    now my mega menu working but my script not working!

    what i must be do now?

    thanks

    Ninja Lead Moderator
    #480427

    We have many sites running both K2 component(jQuery) with mega menu(mootools), we could not find any JS conflict.

    Or you can check any JA template for the same.

    I’m not quite sure what modifications you have done in your installation, I would need to take a closer look at your site. Please include your site URL here (with disabled compress css and js) for further investigation. I shall help you check it

    moghazy Friend
    #505806

    <em>@Ninja Lead 356014 wrote:</em><blockquote>We have many sites running both K2 component(jQuery) with mega menu(mootools), we could not find any JS conflict.

    Or you can check any JA template for the same.

    I’m not quite sure what modifications you have done in your installation, I would need to take a closer look at your site. Please include your site URL here (with disabled compress css and js) for further investigation. I shall help you check it</blockquote>

    Look 4 me i solve it :]


    1. 14-09-2013-05-09-51-
Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  moghazy 11 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum