I got a problem with the jquery. My umbraco has a mainpage that has menu and the menu has a 2ndlevelmenu too.
It looks like this.
mainpage (has a menu)
--Child(has a menu)
------child(last page)
But when I run the last child page i mobileview its like the page does not load the jquery for the menu? I can not find it in "firebug". It just says "No JavaScript on this page".
Problem with jquery in a menu
Hello:)
I have been playing with a css template http://chocotemplates.com/corporate/curve/ to learn how to implement i new stylesheet.
I got a problem with the jquery. My umbraco has a mainpage that has menu and the menu has a 2ndlevelmenu too. It looks like this. mainpage (has a menu) --Child(has a menu) ------child(last page)
But when I run the last child page i mobileview its like the page does not load the jquery for the menu? I can not find it in "firebug". It just says "No JavaScript on this page".
I have added this in my header:
The jquery looks like this:
});
$(window).load(function () { $('.flexslider').flexslider({ animation: "slide", controlsContainer: ".slider-holder", slideshowSpeed: 5000, directionNav: false, controlNav: true, animationDuration: 2000, before: function (slider) { $('.img-holder').animate({ 'bottom': '-30px' }, 300) },
});
Do you have any ideas??
Regards..
is working on a reply...