Fieryfoxx
10-02-2011, 11:05 AM
Hello guys,
I need some help. I am very noob in Jquery and Mootools .. and they were getting conflicted on one page. I tried every tutorial available online but I couldn't get my jquery slideshow and mootools menu to work together. Not even by the jquery no conflict command.
window.addEvent('domready', function(){
//-vertical
var mySlide = new Fx.Slide('v.menu-4');
mySlide.hide();
$('toggle-4').addEvent('click', function(e){
e = new Event(e);
mySlide.toggle();
e.stop();
});
});
This script is for vertical menus and written for mootools 1.11
Can anybody help me out?
I need some help. I am very noob in Jquery and Mootools .. and they were getting conflicted on one page. I tried every tutorial available online but I couldn't get my jquery slideshow and mootools menu to work together. Not even by the jquery no conflict command.
window.addEvent('domready', function(){
//-vertical
var mySlide = new Fx.Slide('v.menu-4');
mySlide.hide();
$('toggle-4').addEvent('click', function(e){
e = new Event(e);
mySlide.toggle();
e.stop();
});
});
This script is for vertical menus and written for mootools 1.11
Can anybody help me out?