Skip to content Skip to sidebar Skip to footer

Carousel Breaking On Initial Redirect, But Works Properly On Refresh

I have a nav bar with an 'About' link. When clicked it should bring up a subnav and redirect you to 'about.philosophy' rather than 'about.index', which it does. I have a carousel p

Solution 1:

Remove the $(window).load(function() {}); wrapper from your didInsertElement method.


Post a Comment for "Carousel Breaking On Initial Redirect, But Works Properly On Refresh"