-
AuthorPosts
-
trisha918 Friend
trisha918
- Join date:
- September 2011
- Posts:
- 4
- Downloads:
- 9
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
January 18, 2013 at 8:09 pm #184142Hi
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 loadhttps://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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 19, 2013 at 8:56 am #480427We 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
September 14, 2013 at 3:29 am #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 :]
AuthorPostsViewing 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
Conflict between Mega Menu and my scrips
Viewing 3 posts - 1 through 3 (of 3 total)